#[non_exhaustive]pub struct ListKeyspacesOutput { /* private fields */ }
Implementations§
source§impl ListKeyspacesOutput
impl ListKeyspacesOutput
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
A token to specify where to start paginating. This is the NextToken
from a previously truncated response.
sourcepub fn keyspaces(&self) -> Option<&[KeyspaceSummary]>
pub fn keyspaces(&self) -> Option<&[KeyspaceSummary]>
A list of keyspaces.
source§impl ListKeyspacesOutput
impl ListKeyspacesOutput
sourcepub fn builder() -> ListKeyspacesOutputBuilder
pub fn builder() -> ListKeyspacesOutputBuilder
Creates a new builder-style object to manufacture ListKeyspacesOutput
.
Trait Implementations§
source§impl Clone for ListKeyspacesOutput
impl Clone for ListKeyspacesOutput
source§fn clone(&self) -> ListKeyspacesOutput
fn clone(&self) -> ListKeyspacesOutput
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 ListKeyspacesOutput
impl Debug for ListKeyspacesOutput
source§impl PartialEq<ListKeyspacesOutput> for ListKeyspacesOutput
impl PartialEq<ListKeyspacesOutput> for ListKeyspacesOutput
source§fn eq(&self, other: &ListKeyspacesOutput) -> bool
fn eq(&self, other: &ListKeyspacesOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for ListKeyspacesOutput
impl RequestId for ListKeyspacesOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.impl StructuralPartialEq for ListKeyspacesOutput
Auto Trait Implementations§
impl RefUnwindSafe for ListKeyspacesOutput
impl Send for ListKeyspacesOutput
impl Sync for ListKeyspacesOutput
impl Unpin for ListKeyspacesOutput
impl UnwindSafe for ListKeyspacesOutput
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