#[non_exhaustive]pub struct DescribeChannelOutput { /* private fields */ }Implementations§
source§impl DescribeChannelOutput
impl DescribeChannelOutput
sourcepub fn channel(&self) -> Option<&Channel>
pub fn channel(&self) -> Option<&Channel>
An object that contains information about the channel.
sourcepub fn statistics(&self) -> Option<&ChannelStatistics>
pub fn statistics(&self) -> Option<&ChannelStatistics>
Statistics about the channel. Included if the includeStatistics parameter is set to true in the request.
source§impl DescribeChannelOutput
impl DescribeChannelOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeChannelOutput.
Trait Implementations§
source§impl Clone for DescribeChannelOutput
impl Clone for DescribeChannelOutput
source§fn clone(&self) -> DescribeChannelOutput
fn clone(&self) -> DescribeChannelOutput
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 DescribeChannelOutput
impl Debug for DescribeChannelOutput
source§impl PartialEq<DescribeChannelOutput> for DescribeChannelOutput
impl PartialEq<DescribeChannelOutput> for DescribeChannelOutput
source§fn eq(&self, other: &DescribeChannelOutput) -> bool
fn eq(&self, other: &DescribeChannelOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.