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