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