pub enum FieldFormat {
Show 15 variants
TokenAmount,
Amount,
Date,
Enum,
Address,
AddressName,
Number,
Raw,
TokenTicker,
ChainId,
Calldata,
NftName,
Duration,
Unit,
InteroperableAddressName,
}Expand description
Field format types.
Variants§
TokenAmount
Amount
Date
Enum
Address
AddressName
Number
Raw
TokenTicker
ChainId
Calldata
NftName
Duration
Unit
InteroperableAddressName
ERC-7930 interoperable address format.
Trait Implementations§
Source§impl Clone for FieldFormat
impl Clone for FieldFormat
Source§fn clone(&self) -> FieldFormat
fn clone(&self) -> FieldFormat
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 moreSource§impl Debug for FieldFormat
impl Debug for FieldFormat
Source§impl<'de> Deserialize<'de> for FieldFormat
impl<'de> Deserialize<'de> for FieldFormat
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for FieldFormat
impl RefUnwindSafe for FieldFormat
impl Send for FieldFormat
impl Sync for FieldFormat
impl Unpin for FieldFormat
impl UnsafeUnpin for FieldFormat
impl UnwindSafe for FieldFormat
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