pub struct UnbatchGrad { /* private fields */ }
Expand description
Builder for the UnbatchGrad
operation.
Implementations§
Source§impl UnbatchGrad
impl UnbatchGrad
Trait Implementations§
Source§impl Debug for UnbatchGrad
impl Debug for UnbatchGrad
Source§impl Default for UnbatchGrad
impl Default for UnbatchGrad
Source§fn default() -> UnbatchGrad
fn default() -> UnbatchGrad
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for UnbatchGrad
impl RefUnwindSafe for UnbatchGrad
impl Send for UnbatchGrad
impl Sync for UnbatchGrad
impl Unpin for UnbatchGrad
impl UnwindSafe for UnbatchGrad
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more