pub struct ResourceAccumulatorTakeGradient { /* private fields */ }
Expand description
Builder for the ResourceAccumulatorTakeGradient
operation.
Implementations§
Source§impl ResourceAccumulatorTakeGradient
impl ResourceAccumulatorTakeGradient
Sourcepub fn add_control_input(self, op: Operation) -> Self
pub fn add_control_input(self, op: Operation) -> Self
Adds a control input.
Trait Implementations§
Source§impl Default for ResourceAccumulatorTakeGradient
impl Default for ResourceAccumulatorTakeGradient
Source§fn default() -> ResourceAccumulatorTakeGradient
fn default() -> ResourceAccumulatorTakeGradient
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ResourceAccumulatorTakeGradient
impl RefUnwindSafe for ResourceAccumulatorTakeGradient
impl Send for ResourceAccumulatorTakeGradient
impl Sync for ResourceAccumulatorTakeGradient
impl Unpin for ResourceAccumulatorTakeGradient
impl UnwindSafe for ResourceAccumulatorTakeGradient
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