pub struct Ran<'src>(/* private fields */);
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'src> Freeze for Ran<'src>
impl<'src> RefUnwindSafe for Ran<'src>
impl<'src> Send for Ran<'src>
impl<'src> Sync for Ran<'src>
impl<'src> Unpin for Ran<'src>
impl<'src> UnwindSafe for Ran<'src>
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