pub struct Sort<K> {
pub key: K,
pub direction: Direction,
}Fields§
§key: K§direction: DirectionTrait Implementations§
Auto Trait Implementations§
impl<K> Freeze for Sort<K>where
K: Freeze,
impl<K> RefUnwindSafe for Sort<K>where
K: RefUnwindSafe,
impl<K> Send for Sort<K>where
K: Send,
impl<K> Sync for Sort<K>where
K: Sync,
impl<K> Unpin for Sort<K>where
K: Unpin,
impl<K> UnsafeUnpin for Sort<K>where
K: UnsafeUnpin,
impl<K> UnwindSafe for Sort<K>where
K: UnwindSafe,
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