Struct aws_sdk_chime::operation::list_channels::ListChannelsOutput
source · #[non_exhaustive]pub struct ListChannelsOutput { /* private fields */ }Implementations§
source§impl ListChannelsOutput
impl ListChannelsOutput
sourcepub fn channels(&self) -> Option<&[ChannelSummary]>
pub fn channels(&self) -> Option<&[ChannelSummary]>
The information about each channel.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token returned from previous API requests until the number of channels is reached.
source§impl ListChannelsOutput
impl ListChannelsOutput
sourcepub fn builder() -> ListChannelsOutputBuilder
pub fn builder() -> ListChannelsOutputBuilder
Creates a new builder-style object to manufacture ListChannelsOutput.
Trait Implementations§
source§impl Clone for ListChannelsOutput
impl Clone for ListChannelsOutput
source§fn clone(&self) -> ListChannelsOutput
fn clone(&self) -> ListChannelsOutput
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 ListChannelsOutput
impl Debug for ListChannelsOutput
source§impl PartialEq<ListChannelsOutput> for ListChannelsOutput
impl PartialEq<ListChannelsOutput> for ListChannelsOutput
source§fn eq(&self, other: &ListChannelsOutput) -> bool
fn eq(&self, other: &ListChannelsOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for ListChannelsOutput
impl RequestId for ListChannelsOutput
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 ListChannelsOutput
Auto Trait Implementations§
impl RefUnwindSafe for ListChannelsOutput
impl Send for ListChannelsOutput
impl Sync for ListChannelsOutput
impl Unpin for ListChannelsOutput
impl UnwindSafe for ListChannelsOutput
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