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