pub enum RecurringWithdrawal {
In,
Out,
}Variants§
Implementations§
Trait Implementations§
Source§impl AsRef<str> for RecurringWithdrawal
impl AsRef<str> for RecurringWithdrawal
Source§impl Clone for RecurringWithdrawal
impl Clone for RecurringWithdrawal
Source§fn clone(&self) -> RecurringWithdrawal
fn clone(&self) -> RecurringWithdrawal
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 RecurringWithdrawal
impl Debug for RecurringWithdrawal
Source§impl Default for RecurringWithdrawal
impl Default for RecurringWithdrawal
Source§fn default() -> RecurringWithdrawal
fn default() -> RecurringWithdrawal
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RecurringWithdrawal
impl<'de> Deserialize<'de> for RecurringWithdrawal
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 RecurringWithdrawal
impl Display for RecurringWithdrawal
impl Eq for RecurringWithdrawal
Source§impl PartialEq for RecurringWithdrawal
impl PartialEq for RecurringWithdrawal
Source§impl Serialize for RecurringWithdrawal
impl Serialize for RecurringWithdrawal
impl StructuralPartialEq for RecurringWithdrawal
Auto Trait Implementations§
impl Freeze for RecurringWithdrawal
impl RefUnwindSafe for RecurringWithdrawal
impl Send for RecurringWithdrawal
impl Sync for RecurringWithdrawal
impl Unpin for RecurringWithdrawal
impl UnsafeUnpin for RecurringWithdrawal
impl UnwindSafe for RecurringWithdrawal
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