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