pub struct NonCryptographicRng;Implementations§
Auto Trait Implementations§
impl Freeze for NonCryptographicRng
impl RefUnwindSafe for NonCryptographicRng
impl Send for NonCryptographicRng
impl Sync for NonCryptographicRng
impl Unpin for NonCryptographicRng
impl UnsafeUnpin for NonCryptographicRng
impl UnwindSafe for NonCryptographicRng
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