pub struct SortDec(pub Symbol, pub i64);
Tuple Fields§
§0: Symbol
§1: i64
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SortDec
impl RefUnwindSafe for SortDec
impl Send for SortDec
impl Sync for SortDec
impl Unpin for SortDec
impl UnwindSafe for SortDec
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