Struct aws_sdk_appmesh::output::ListMeshesOutput
source · #[non_exhaustive]pub struct ListMeshesOutput { /* private fields */ }
Implementations§
source§impl ListMeshesOutput
impl ListMeshesOutput
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The nextToken
value to include in a future ListMeshes
request. When the results of a ListMeshes
request exceed limit
, you can use this value to retrieve the next page of results. This value is null
when there are no more results to return.
source§impl ListMeshesOutput
impl ListMeshesOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListMeshesOutput
.
Trait Implementations§
source§impl Clone for ListMeshesOutput
impl Clone for ListMeshesOutput
source§fn clone(&self) -> ListMeshesOutput
fn clone(&self) -> ListMeshesOutput
Returns a copy 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 Debug for ListMeshesOutput
impl Debug for ListMeshesOutput
source§impl PartialEq<ListMeshesOutput> for ListMeshesOutput
impl PartialEq<ListMeshesOutput> for ListMeshesOutput
source§fn eq(&self, other: &ListMeshesOutput) -> bool
fn eq(&self, other: &ListMeshesOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.