pub enum PayoutInitMethod {
File,
Api,
}
Expand description
Variants§
Trait Implementations§
Source§impl Clone for PayoutInitMethod
impl Clone for PayoutInitMethod
Source§fn clone(&self) -> PayoutInitMethod
fn clone(&self) -> PayoutInitMethod
Returns a copy 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 PayoutInitMethod
impl Debug for PayoutInitMethod
Source§impl Default for PayoutInitMethod
impl Default for PayoutInitMethod
Source§fn default() -> PayoutInitMethod
fn default() -> PayoutInitMethod
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PayoutInitMethod
impl<'de> Deserialize<'de> for PayoutInitMethod
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 Display for PayoutInitMethod
impl Display for PayoutInitMethod
Source§impl Hash for PayoutInitMethod
impl Hash for PayoutInitMethod
Source§impl Ord for PayoutInitMethod
impl Ord for PayoutInitMethod
Source§fn cmp(&self, other: &PayoutInitMethod) -> Ordering
fn cmp(&self, other: &PayoutInitMethod) -> 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 PayoutInitMethod
impl PartialEq for PayoutInitMethod
Source§impl PartialOrd for PayoutInitMethod
impl PartialOrd for PayoutInitMethod
Source§impl Serialize for PayoutInitMethod
impl Serialize for PayoutInitMethod
impl Copy for PayoutInitMethod
impl Eq for PayoutInitMethod
impl StructuralPartialEq for PayoutInitMethod
Auto Trait Implementations§
impl Freeze for PayoutInitMethod
impl RefUnwindSafe for PayoutInitMethod
impl Send for PayoutInitMethod
impl Sync for PayoutInitMethod
impl Unpin for PayoutInitMethod
impl UnwindSafe for PayoutInitMethod
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.