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