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