Enum ethers_etherscan::account::Sort
source · pub enum Sort {
Asc,
Desc,
}
Expand description
The list sorting preference
Variants§
Trait Implementations§
impl Copy for Sort
Auto Trait Implementations§
impl RefUnwindSafe for Sort
impl Send for Sort
impl Sync for Sort
impl Unpin for Sort
impl UnwindSafe for Sort
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