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