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