pub enum WalletFundsSacAssetType {
Sac,
}Expand description
WalletFundsSacAssetType
JSON schema
{
"type": "string",
"enum": [
"sac"
]
}Variants§
Sac
Trait Implementations§
Source§impl Clone for WalletFundsSacAssetType
impl Clone for WalletFundsSacAssetType
Source§fn clone(&self) -> WalletFundsSacAssetType
fn clone(&self) -> WalletFundsSacAssetType
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 WalletFundsSacAssetType
Source§impl Debug for WalletFundsSacAssetType
impl Debug for WalletFundsSacAssetType
Source§impl<'de> Deserialize<'de> for WalletFundsSacAssetType
impl<'de> Deserialize<'de> for WalletFundsSacAssetType
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
Source§impl Display for WalletFundsSacAssetType
impl Display for WalletFundsSacAssetType
impl Eq for WalletFundsSacAssetType
Source§impl From<&WalletFundsSacAssetType> for WalletFundsSacAssetType
impl From<&WalletFundsSacAssetType> for WalletFundsSacAssetType
Source§fn from(value: &WalletFundsSacAssetType) -> Self
fn from(value: &WalletFundsSacAssetType) -> Self
Converts to this type from the input type.
Source§impl FromStr for WalletFundsSacAssetType
impl FromStr for WalletFundsSacAssetType
Source§impl Hash for WalletFundsSacAssetType
impl Hash for WalletFundsSacAssetType
Source§impl Ord for WalletFundsSacAssetType
impl Ord for WalletFundsSacAssetType
Source§fn cmp(&self, other: &WalletFundsSacAssetType) -> Ordering
fn cmp(&self, other: &WalletFundsSacAssetType) -> Ordering
1.21.0 (const: unstable) · 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 WalletFundsSacAssetType
impl PartialEq for WalletFundsSacAssetType
Source§fn eq(&self, other: &WalletFundsSacAssetType) -> bool
fn eq(&self, other: &WalletFundsSacAssetType) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for WalletFundsSacAssetType
impl PartialOrd for WalletFundsSacAssetType
Source§impl Serialize for WalletFundsSacAssetType
impl Serialize for WalletFundsSacAssetType
impl StructuralPartialEq for WalletFundsSacAssetType
Source§impl TryFrom<&String> for WalletFundsSacAssetType
impl TryFrom<&String> for WalletFundsSacAssetType
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§impl TryFrom<&str> for WalletFundsSacAssetType
impl TryFrom<&str> for WalletFundsSacAssetType
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§impl TryFrom<String> for WalletFundsSacAssetType
impl TryFrom<String> for WalletFundsSacAssetType
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Auto Trait Implementations§
impl Freeze for WalletFundsSacAssetType
impl RefUnwindSafe for WalletFundsSacAssetType
impl Send for WalletFundsSacAssetType
impl Sync for WalletFundsSacAssetType
impl Unpin for WalletFundsSacAssetType
impl UnsafeUnpin for WalletFundsSacAssetType
impl UnwindSafe for WalletFundsSacAssetType
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