pub enum GetMarginTransferType {
RollIn,
RollOut,
}
Expand description
GetMarginTransferType
JSON schema
{
"type": "string",
"enum": [
"ROLL_IN",
"ROLL_OUT"
]
}
Variants§
Trait Implementations§
Source§impl Clone for GetMarginTransferType
impl Clone for GetMarginTransferType
Source§fn clone(&self) -> GetMarginTransferType
fn clone(&self) -> GetMarginTransferType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for GetMarginTransferType
impl Debug for GetMarginTransferType
Source§impl<'de> Deserialize<'de> for GetMarginTransferType
impl<'de> Deserialize<'de> for GetMarginTransferType
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 From<&GetMarginTransferType> for GetMarginTransferType
impl From<&GetMarginTransferType> for GetMarginTransferType
Source§fn from(value: &GetMarginTransferType) -> Self
fn from(value: &GetMarginTransferType) -> Self
Converts to this type from the input type.
Source§impl FromStr for GetMarginTransferType
impl FromStr for GetMarginTransferType
Source§impl Hash for GetMarginTransferType
impl Hash for GetMarginTransferType
Source§impl Ord for GetMarginTransferType
impl Ord for GetMarginTransferType
Source§fn cmp(&self, other: &GetMarginTransferType) -> Ordering
fn cmp(&self, other: &GetMarginTransferType) -> Ordering
1.21.0 · 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 GetMarginTransferType
impl PartialEq for GetMarginTransferType
Source§impl PartialOrd for GetMarginTransferType
impl PartialOrd for GetMarginTransferType
Source§impl Serialize for GetMarginTransferType
impl Serialize for GetMarginTransferType
Source§impl ToString for GetMarginTransferType
impl ToString for GetMarginTransferType
Source§impl TryFrom<&String> for GetMarginTransferType
impl TryFrom<&String> for GetMarginTransferType
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§impl TryFrom<&str> for GetMarginTransferType
impl TryFrom<&str> for GetMarginTransferType
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§impl TryFrom<String> for GetMarginTransferType
impl TryFrom<String> for GetMarginTransferType
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
impl Copy for GetMarginTransferType
impl Eq for GetMarginTransferType
impl StructuralPartialEq for GetMarginTransferType
Auto Trait Implementations§
impl Freeze for GetMarginTransferType
impl RefUnwindSafe for GetMarginTransferType
impl Send for GetMarginTransferType
impl Sync for GetMarginTransferType
impl Unpin for GetMarginTransferType
impl UnwindSafe for GetMarginTransferType
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.