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