pub struct SortKeys(/* private fields */);Expand description
Comma-separated list of sort keys (e.g. “rfer,-excl”).
Trait Implementations§
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