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