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