pub struct RngSkip { /* private fields */ }
Expand description
Builder for the RngSkip
operation.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RngSkip
impl RefUnwindSafe for RngSkip
impl Send for RngSkip
impl Sync for RngSkip
impl Unpin for RngSkip
impl UnwindSafe for RngSkip
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