pub enum WithdrawalSkipReason {
ZeroExpectedAssets,
Restricted,
}Variants§
Trait Implementations§
Source§impl Clone for WithdrawalSkipReason
impl Clone for WithdrawalSkipReason
Source§fn clone(&self) -> WithdrawalSkipReason
fn clone(&self) -> WithdrawalSkipReason
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 WithdrawalSkipReason
impl Debug for WithdrawalSkipReason
Source§impl PartialEq for WithdrawalSkipReason
impl PartialEq for WithdrawalSkipReason
Source§impl Serialize for WithdrawalSkipReason
impl Serialize for WithdrawalSkipReason
impl Eq for WithdrawalSkipReason
impl StructuralPartialEq for WithdrawalSkipReason
Auto Trait Implementations§
impl Freeze for WithdrawalSkipReason
impl RefUnwindSafe for WithdrawalSkipReason
impl Send for WithdrawalSkipReason
impl Sync for WithdrawalSkipReason
impl Unpin for WithdrawalSkipReason
impl UnwindSafe for WithdrawalSkipReason
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