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