pub struct OrderRef(/* private fields */);Expand description
Our own reference for an order, chosen by the caller.
Implementations§
Trait Implementations§
impl Eq for OrderRef
Source§impl Ord for OrderRef
impl Ord for OrderRef
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for OrderRef
impl PartialOrd for OrderRef
impl StructuralPartialEq for OrderRef
Auto Trait Implementations§
impl Freeze for OrderRef
impl RefUnwindSafe for OrderRef
impl Send for OrderRef
impl Sync for OrderRef
impl Unpin for OrderRef
impl UnsafeUnpin for OrderRef
impl UnwindSafe for OrderRef
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