#[non_exhaustive]pub struct ListChannelsOutput { /* private fields */ }
Implementations§
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.