pub enum TronFormat {
Standard,
}Expand description
Represents the format of a Ethereum address
Variants§
Standard
Trait Implementations§
Source§impl Clone for TronFormat
impl Clone for TronFormat
Source§fn clone(&self) -> TronFormat
fn clone(&self) -> TronFormat
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TronFormat
impl Debug for TronFormat
Source§impl Display for TronFormat
impl Display for TronFormat
Source§impl Hash for TronFormat
impl Hash for TronFormat
Source§impl Ord for TronFormat
impl Ord for TronFormat
Source§fn cmp(&self, other: &TronFormat) -> Ordering
fn cmp(&self, other: &TronFormat) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for TronFormat
impl PartialEq for TronFormat
Source§impl PartialOrd for TronFormat
impl PartialOrd for TronFormat
Source§impl Serialize for TronFormat
impl Serialize for TronFormat
impl Eq for TronFormat
impl Format for TronFormat
impl StructuralPartialEq for TronFormat
Auto Trait Implementations§
impl Freeze for TronFormat
impl RefUnwindSafe for TronFormat
impl Send for TronFormat
impl Sync for TronFormat
impl Unpin for TronFormat
impl UnwindSafe for TronFormat
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