pub struct Unorderable;Expand description
Marker for a path that has crossed a to-many hop. Ordering accessors are
not implemented for this marker, which reproduces the old guarantee that
asc()/desc() simply did not exist past a to-many relation — a
compile error, not a runtime failure.
Trait Implementations§
Source§impl Clone for Unorderable
impl Clone for Unorderable
Source§fn clone(&self) -> Unorderable
fn clone(&self) -> Unorderable
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Unorderable
impl Debug for Unorderable
Source§impl PartialEq for Unorderable
impl PartialEq for Unorderable
impl Copy for Unorderable
impl Eq for Unorderable
impl StructuralPartialEq for Unorderable
Auto Trait Implementations§
impl Freeze for Unorderable
impl RefUnwindSafe for Unorderable
impl Send for Unorderable
impl Sync for Unorderable
impl Unpin for Unorderable
impl UnsafeUnpin for Unorderable
impl UnwindSafe for Unorderable
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