pub enum RelationSortKey<'a> {
None,
Index(usize),
HashKey(HashKeyKind, &'a str),
Name(&'a str),
}Variants§
Trait Implementations§
impl<'a> Eq for RelationSortKey<'a>
Source§impl Ord for RelationSortKey<'_>
impl Ord for RelationSortKey<'_>
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
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl<'a> PartialEq for RelationSortKey<'a>
impl<'a> PartialEq for RelationSortKey<'a>
Source§impl PartialOrd for RelationSortKey<'_>
impl PartialOrd for RelationSortKey<'_>
impl<'a> StructuralPartialEq for RelationSortKey<'a>
Auto Trait Implementations§
impl<'a> Freeze for RelationSortKey<'a>
impl<'a> RefUnwindSafe for RelationSortKey<'a>
impl<'a> Send for RelationSortKey<'a>
impl<'a> Sync for RelationSortKey<'a>
impl<'a> Unpin for RelationSortKey<'a>
impl<'a> UnsafeUnpin for RelationSortKey<'a>
impl<'a> UnwindSafe for RelationSortKey<'a>
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