Enum bpx_api_types::capital::DepositSource
source · pub enum DepositSource {
Administrator,
Solana,
Ethereum,
Bitcoin,
Nuvei,
}Variants§
Trait Implementations§
source§impl Clone for DepositSource
impl Clone for DepositSource
source§fn clone(&self) -> DepositSource
fn clone(&self) -> DepositSource
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 DepositSource
impl Debug for DepositSource
source§impl<'de> Deserialize<'de> for DepositSource
impl<'de> Deserialize<'de> for DepositSource
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 DepositSource
impl Display for DepositSource
source§impl FromStr for DepositSource
impl FromStr for DepositSource
source§impl Hash for DepositSource
impl Hash for DepositSource
source§impl PartialEq for DepositSource
impl PartialEq for DepositSource
source§fn eq(&self, other: &DepositSource) -> bool
fn eq(&self, other: &DepositSource) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for DepositSource
impl Serialize for DepositSource
source§impl TryFrom<&str> for DepositSource
impl TryFrom<&str> for DepositSource
impl Copy for DepositSource
impl Eq for DepositSource
impl StructuralPartialEq for DepositSource
Auto Trait Implementations§
impl Freeze for DepositSource
impl RefUnwindSafe for DepositSource
impl Send for DepositSource
impl Sync for DepositSource
impl Unpin for DepositSource
impl UnwindSafe for DepositSource
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