pub struct StatelessRandomGetKeyCounterAlg { /* private fields */ }Expand description
Builder for the StatelessRandomGetKeyCounterAlg operation.
Implementations§
Source§impl StatelessRandomGetKeyCounterAlg
impl StatelessRandomGetKeyCounterAlg
Sourcepub fn add_control_input(self, op: Operation) -> Self
pub fn add_control_input(self, op: Operation) -> Self
Adds a control input.
Sourcepub fn build<O0: Into<Output>>(
&self,
seed: O0,
scope: &mut Scope,
) -> Result<Operation>
pub fn build<O0: Into<Output>>( &self, seed: O0, scope: &mut Scope, ) -> Result<Operation>
Builds the StatelessRandomGetKeyCounterAlg operation.
Sourcepub fn build_instance(
&self,
seed: Output,
scope: &mut Scope,
) -> Result<StatelessRandomGetKeyCounterAlgInst>
pub fn build_instance( &self, seed: Output, scope: &mut Scope, ) -> Result<StatelessRandomGetKeyCounterAlgInst>
Builds a new instance of ‘StatelessRandomGetKeyCounterAlg’ Operation with it’s Outputs and Inputs exposed as methods.
Trait Implementations§
Source§impl Default for StatelessRandomGetKeyCounterAlg
impl Default for StatelessRandomGetKeyCounterAlg
Source§fn default() -> StatelessRandomGetKeyCounterAlg
fn default() -> StatelessRandomGetKeyCounterAlg
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for StatelessRandomGetKeyCounterAlg
impl RefUnwindSafe for StatelessRandomGetKeyCounterAlg
impl Send for StatelessRandomGetKeyCounterAlg
impl Sync for StatelessRandomGetKeyCounterAlg
impl Unpin for StatelessRandomGetKeyCounterAlg
impl UnwindSafe for StatelessRandomGetKeyCounterAlg
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