pub enum FundingInstructionsFundingType {
BankTransfer,
}
Expand description
The funding_type
of the returned instructions
Variants§
BankTransfer
Implementations§
Trait Implementations§
Source§impl Clone for FundingInstructionsFundingType
impl Clone for FundingInstructionsFundingType
Source§fn clone(&self) -> FundingInstructionsFundingType
fn clone(&self) -> FundingInstructionsFundingType
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 FromValueOpt for FundingInstructionsFundingType
impl FromValueOpt for FundingInstructionsFundingType
fn from_value(v: Value) -> Option<Self>
Source§impl PartialEq for FundingInstructionsFundingType
impl PartialEq for FundingInstructionsFundingType
Source§fn eq(&self, other: &FundingInstructionsFundingType) -> bool
fn eq(&self, other: &FundingInstructionsFundingType) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for FundingInstructionsFundingType
impl Eq for FundingInstructionsFundingType
impl StructuralPartialEq for FundingInstructionsFundingType
Auto Trait Implementations§
impl Freeze for FundingInstructionsFundingType
impl RefUnwindSafe for FundingInstructionsFundingType
impl Send for FundingInstructionsFundingType
impl Sync for FundingInstructionsFundingType
impl Unpin for FundingInstructionsFundingType
impl UnwindSafe for FundingInstructionsFundingType
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