pub enum SortKeys {
Ope(OpeSortableKey),
}Variants§
Ope(OpeSortableKey)
Implementations§
Trait Implementations§
Source§impl SortableKey for SortKeys
impl SortableKey for SortKeys
Source§impl SortableKeyComposer for SortKeys
impl SortableKeyComposer for SortKeys
Source§impl SortableKeyGen for SortKeys
impl SortableKeyGen for SortKeys
type SortableKey = SortKeys
fn generate() -> Result<Self::SortableKey, Error>
Auto Trait Implementations§
impl Freeze for SortKeys
impl RefUnwindSafe for SortKeys
impl Send for SortKeys
impl Sync for SortKeys
impl Unpin for SortKeys
impl UnsafeUnpin for SortKeys
impl UnwindSafe for SortKeys
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