pub struct CustomRng;Expand description
Custom random number generator struct for backward compatibility
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CustomRng
impl RefUnwindSafe for CustomRng
impl Send for CustomRng
impl Sync for CustomRng
impl Unpin for CustomRng
impl UnsafeUnpin for CustomRng
impl UnwindSafe for CustomRng
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