#[non_exhaustive]pub struct DescribeChannelInput { /* private fields */ }
Implementations§
source§impl DescribeChannelInput
impl DescribeChannelInput
sourcepub fn builder() -> DescribeChannelInputBuilder
pub fn builder() -> DescribeChannelInputBuilder
Creates a new builder-style object to manufacture DescribeChannelInput
.
source§impl DescribeChannelInput
impl DescribeChannelInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeChannel, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<DescribeChannel, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeChannel
>
Trait Implementations§
source§impl Clone for DescribeChannelInput
impl Clone for DescribeChannelInput
source§fn clone(&self) -> DescribeChannelInput
fn clone(&self) -> DescribeChannelInput
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 DescribeChannelInput
impl Debug for DescribeChannelInput
source§impl PartialEq<DescribeChannelInput> for DescribeChannelInput
impl PartialEq<DescribeChannelInput> for DescribeChannelInput
source§fn eq(&self, other: &DescribeChannelInput) -> bool
fn eq(&self, other: &DescribeChannelInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.