pub struct Mry { /* private fields */ }Expand description
Mock container that has blank and harmless trait implementation for major traits such as Eq and Ord
Trait Implementations§
Source§impl Ord for Mry
impl Ord for Mry
Source§impl PartialOrd for Mry
impl PartialOrd for Mry
impl Eq for Mry
Auto Trait Implementations§
impl Freeze for Mry
impl !RefUnwindSafe for Mry
impl Send for Mry
impl Sync for Mry
impl Unpin for Mry
impl !UnwindSafe for Mry
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