pub struct PrivateGetAffiliateProgramInfoResponseReceived {
pub btc: f64,
pub eth: f64,
}Fields§
§btc: f64§eth: f64Trait Implementations§
Source§impl Clone for PrivateGetAffiliateProgramInfoResponseReceived
impl Clone for PrivateGetAffiliateProgramInfoResponseReceived
Source§fn clone(&self) -> PrivateGetAffiliateProgramInfoResponseReceived
fn clone(&self) -> PrivateGetAffiliateProgramInfoResponseReceived
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 Default for PrivateGetAffiliateProgramInfoResponseReceived
impl Default for PrivateGetAffiliateProgramInfoResponseReceived
Source§fn default() -> PrivateGetAffiliateProgramInfoResponseReceived
fn default() -> PrivateGetAffiliateProgramInfoResponseReceived
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PrivateGetAffiliateProgramInfoResponseReceived
impl<'de> Deserialize<'de> for PrivateGetAffiliateProgramInfoResponseReceived
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 PartialEq for PrivateGetAffiliateProgramInfoResponseReceived
impl PartialEq for PrivateGetAffiliateProgramInfoResponseReceived
Source§fn eq(&self, other: &PrivateGetAffiliateProgramInfoResponseReceived) -> bool
fn eq(&self, other: &PrivateGetAffiliateProgramInfoResponseReceived) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PrivateGetAffiliateProgramInfoResponseReceived
Auto Trait Implementations§
impl Freeze for PrivateGetAffiliateProgramInfoResponseReceived
impl RefUnwindSafe for PrivateGetAffiliateProgramInfoResponseReceived
impl Send for PrivateGetAffiliateProgramInfoResponseReceived
impl Sync for PrivateGetAffiliateProgramInfoResponseReceived
impl Unpin for PrivateGetAffiliateProgramInfoResponseReceived
impl UnwindSafe for PrivateGetAffiliateProgramInfoResponseReceived
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