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