#[non_exhaustive]pub struct ListPresetsOutput { /* private fields */ }
Expand description
The ListPresetsResponse
structure.
Implementations
sourceimpl ListPresetsOutput
impl ListPresetsOutput
sourcepub fn next_page_token(&self) -> Option<&str>
pub fn next_page_token(&self) -> Option<&str>
A value that you use to access the second and subsequent pages of results, if any. When the presets fit on one page or when you've reached the last page of results, the value of NextPageToken
is null
.
sourceimpl ListPresetsOutput
impl ListPresetsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListPresetsOutput
.
Trait Implementations
sourceimpl Clone for ListPresetsOutput
impl Clone for ListPresetsOutput
sourcefn clone(&self) -> ListPresetsOutput
fn clone(&self) -> ListPresetsOutput
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 ListPresetsOutput
impl Debug for ListPresetsOutput
sourceimpl PartialEq<ListPresetsOutput> for ListPresetsOutput
impl PartialEq<ListPresetsOutput> for ListPresetsOutput
sourcefn eq(&self, other: &ListPresetsOutput) -> bool
fn eq(&self, other: &ListPresetsOutput) -> bool
impl StructuralPartialEq for ListPresetsOutput
Auto Trait Implementations
impl RefUnwindSafe for ListPresetsOutput
impl Send for ListPresetsOutput
impl Sync for ListPresetsOutput
impl Unpin for ListPresetsOutput
impl UnwindSafe for ListPresetsOutput
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