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