Struct amazon_sp_aplus_content::models::aplus_paginated_response_all_of::AplusPaginatedResponseAllOf
source · [−]Fields
next_page_token: Option<String>A page token that is returned when the results of the call exceed the page size. To get another page of results, call the operation again, passing in this value with the pageToken parameter.
Implementations
sourceimpl AplusPaginatedResponseAllOf
impl AplusPaginatedResponseAllOf
pub fn new() -> AplusPaginatedResponseAllOf
Trait Implementations
sourceimpl Clone for AplusPaginatedResponseAllOf
impl Clone for AplusPaginatedResponseAllOf
sourcefn clone(&self) -> AplusPaginatedResponseAllOf
fn clone(&self) -> AplusPaginatedResponseAllOf
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for AplusPaginatedResponseAllOf
impl Debug for AplusPaginatedResponseAllOf
sourceimpl Default for AplusPaginatedResponseAllOf
impl Default for AplusPaginatedResponseAllOf
sourcefn default() -> AplusPaginatedResponseAllOf
fn default() -> AplusPaginatedResponseAllOf
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for AplusPaginatedResponseAllOf
impl<'de> Deserialize<'de> for AplusPaginatedResponseAllOf
sourcefn 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
sourceimpl PartialEq<AplusPaginatedResponseAllOf> for AplusPaginatedResponseAllOf
impl PartialEq<AplusPaginatedResponseAllOf> for AplusPaginatedResponseAllOf
sourcefn eq(&self, other: &AplusPaginatedResponseAllOf) -> bool
fn eq(&self, other: &AplusPaginatedResponseAllOf) -> bool
impl StructuralPartialEq for AplusPaginatedResponseAllOf
Auto Trait Implementations
impl RefUnwindSafe for AplusPaginatedResponseAllOf
impl Send for AplusPaginatedResponseAllOf
impl Sync for AplusPaginatedResponseAllOf
impl Unpin for AplusPaginatedResponseAllOf
impl UnwindSafe for AplusPaginatedResponseAllOf
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more