pub enum CoinPaymentProfile {
Simulated,
Staged,
Production,
}Variants§
Trait Implementations§
Source§impl Clone for CoinPaymentProfile
impl Clone for CoinPaymentProfile
Source§fn clone(&self) -> CoinPaymentProfile
fn clone(&self) -> CoinPaymentProfile
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 moreimpl Copy for CoinPaymentProfile
Source§impl Debug for CoinPaymentProfile
impl Debug for CoinPaymentProfile
Source§impl<'de> Deserialize<'de> for CoinPaymentProfile
impl<'de> Deserialize<'de> for CoinPaymentProfile
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
impl Eq for CoinPaymentProfile
Source§impl PartialEq for CoinPaymentProfile
impl PartialEq for CoinPaymentProfile
Source§impl Serialize for CoinPaymentProfile
impl Serialize for CoinPaymentProfile
impl StructuralPartialEq for CoinPaymentProfile
Auto Trait Implementations§
impl Freeze for CoinPaymentProfile
impl RefUnwindSafe for CoinPaymentProfile
impl Send for CoinPaymentProfile
impl Sync for CoinPaymentProfile
impl Unpin for CoinPaymentProfile
impl UnsafeUnpin for CoinPaymentProfile
impl UnwindSafe for CoinPaymentProfile
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