pub struct AffiliateSubListResult {
pub list: Option<Vec<AffiliateSubItem>>,
pub next_page_cursor: Option<String>,
}Fields§
§list: Option<Vec<AffiliateSubItem>>§next_page_cursor: Option<String>Trait Implementations§
Source§impl Clone for AffiliateSubListResult
impl Clone for AffiliateSubListResult
Source§fn clone(&self) -> AffiliateSubListResult
fn clone(&self) -> AffiliateSubListResult
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 moreSource§impl Debug for AffiliateSubListResult
impl Debug for AffiliateSubListResult
Source§impl<'de> Deserialize<'de> for AffiliateSubListResult
impl<'de> Deserialize<'de> for AffiliateSubListResult
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
Auto Trait Implementations§
impl Freeze for AffiliateSubListResult
impl RefUnwindSafe for AffiliateSubListResult
impl Send for AffiliateSubListResult
impl Sync for AffiliateSubListResult
impl Unpin for AffiliateSubListResult
impl UnsafeUnpin for AffiliateSubListResult
impl UnwindSafe for AffiliateSubListResult
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