pub struct RefNextIteration { /* private fields */ }
Expand description
Builder for the RefNextIteration
operation.
Implementations§
Source§impl RefNextIteration
impl RefNextIteration
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 Debug for RefNextIteration
impl Debug for RefNextIteration
Source§impl Default for RefNextIteration
impl Default for RefNextIteration
Source§fn default() -> RefNextIteration
fn default() -> RefNextIteration
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RefNextIteration
impl RefUnwindSafe for RefNextIteration
impl Send for RefNextIteration
impl Sync for RefNextIteration
impl Unpin for RefNextIteration
impl UnwindSafe for RefNextIteration
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