pub(super) struct RngImp;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RngImp
impl RefUnwindSafe for RngImp
impl Send for RngImp
impl Sync for RngImp
impl Unpin for RngImp
impl UnwindSafe for RngImp
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