pub enum MoneySource {
Free,
}Expand description
Тип создаваемой заявки.
Variants§
Free
Trait Implementations§
Source§impl Clone for MoneySource
impl Clone for MoneySource
Source§fn clone(&self) -> MoneySource
fn clone(&self) -> MoneySource
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 moreSource§impl Debug for MoneySource
impl Debug for MoneySource
Source§impl Default for MoneySource
impl Default for MoneySource
Source§fn default() -> MoneySource
fn default() -> MoneySource
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for MoneySource
impl<'de> Deserialize<'de> for MoneySource
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 Hash for MoneySource
impl Hash for MoneySource
Source§impl Ord for MoneySource
impl Ord for MoneySource
Source§fn cmp(&self, other: &MoneySource) -> Ordering
fn cmp(&self, other: &MoneySource) -> 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 MoneySource
impl PartialEq for MoneySource
Source§fn eq(&self, other: &MoneySource) -> bool
fn eq(&self, other: &MoneySource) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for MoneySource
impl PartialOrd for MoneySource
Source§impl Serialize for MoneySource
impl Serialize for MoneySource
impl Copy for MoneySource
impl Eq for MoneySource
impl StructuralPartialEq for MoneySource
Auto Trait Implementations§
impl Freeze for MoneySource
impl RefUnwindSafe for MoneySource
impl Send for MoneySource
impl Sync for MoneySource
impl Unpin for MoneySource
impl UnsafeUnpin for MoneySource
impl UnwindSafe for MoneySource
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