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