pub struct RngSource { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RngSource
impl RefUnwindSafe for RngSource
impl Send for RngSource
impl Sync for RngSource
impl Unpin for RngSource
impl UnwindSafe for RngSource
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