Struct aws_sdk_mediapackage::input::DescribeChannelInput
source · [−]#[non_exhaustive]pub struct DescribeChannelInput { /* private fields */ }
Implementations
sourceimpl 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
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeChannelInput
.
Trait Implementations
sourceimpl Clone for DescribeChannelInput
impl Clone for DescribeChannelInput
sourcefn clone(&self) -> DescribeChannelInput
fn clone(&self) -> DescribeChannelInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for DescribeChannelInput
impl Debug for DescribeChannelInput
sourceimpl PartialEq<DescribeChannelInput> for DescribeChannelInput
impl PartialEq<DescribeChannelInput> for DescribeChannelInput
sourcefn eq(&self, other: &DescribeChannelInput) -> bool
fn eq(&self, other: &DescribeChannelInput) -> bool
impl StructuralPartialEq for DescribeChannelInput
Auto Trait Implementations
impl RefUnwindSafe for DescribeChannelInput
impl Send for DescribeChannelInput
impl Sync for DescribeChannelInput
impl Unpin for DescribeChannelInput
impl UnwindSafe for DescribeChannelInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more