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