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