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