pub struct SortStrategy {
pub name: String,
pub ascending: bool,
}Fields§
§name: String§ascending: boolAuto Trait Implementations§
impl Freeze for SortStrategy
impl RefUnwindSafe for SortStrategy
impl Send for SortStrategy
impl Sync for SortStrategy
impl Unpin for SortStrategy
impl UnsafeUnpin for SortStrategy
impl UnwindSafe for SortStrategy
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