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