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