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