pub enum IcrcAccountTransactionSort {
Newest,
Oldest,
}Expand description
IcrcAccountTransactionSort
Supported cached account-history ordering.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for IcrcAccountTransactionSort
impl Clone for IcrcAccountTransactionSort
Source§fn clone(&self) -> IcrcAccountTransactionSort
fn clone(&self) -> IcrcAccountTransactionSort
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for IcrcAccountTransactionSort
Source§impl Debug for IcrcAccountTransactionSort
impl Debug for IcrcAccountTransactionSort
impl Eq for IcrcAccountTransactionSort
impl StructuralPartialEq for IcrcAccountTransactionSort
Auto Trait Implementations§
impl Freeze for IcrcAccountTransactionSort
impl RefUnwindSafe for IcrcAccountTransactionSort
impl Send for IcrcAccountTransactionSort
impl Sync for IcrcAccountTransactionSort
impl Unpin for IcrcAccountTransactionSort
impl UnsafeUnpin for IcrcAccountTransactionSort
impl UnwindSafe for IcrcAccountTransactionSort
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