pub enum AllowanceReason {
OneTime,
}Variants§
OneTime
Trait Implementations§
Source§impl Clone for AllowanceReason
impl Clone for AllowanceReason
Source§fn clone(&self) -> AllowanceReason
fn clone(&self) -> AllowanceReason
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 AllowanceReason
impl Debug for AllowanceReason
Source§impl<'de> Deserialize<'de> for AllowanceReason
impl<'de> Deserialize<'de> for AllowanceReason
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 AllowanceReason
impl Display for AllowanceReason
Source§impl Hash for AllowanceReason
impl Hash for AllowanceReason
Source§impl Ord for AllowanceReason
impl Ord for AllowanceReason
Source§fn cmp(&self, other: &AllowanceReason) -> Ordering
fn cmp(&self, other: &AllowanceReason) -> 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 AllowanceReason
impl PartialEq for AllowanceReason
Source§impl PartialOrd for AllowanceReason
impl PartialOrd for AllowanceReason
Source§impl Serialize for AllowanceReason
impl Serialize for AllowanceReason
impl Copy for AllowanceReason
impl Eq for AllowanceReason
impl StructuralPartialEq for AllowanceReason
Auto Trait Implementations§
impl Freeze for AllowanceReason
impl RefUnwindSafe for AllowanceReason
impl Send for AllowanceReason
impl Sync for AllowanceReason
impl Unpin for AllowanceReason
impl UnwindSafe for AllowanceReason
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