Struct aws_sdk_supportapp::operation::delete_slack_channel_configuration::DeleteSlackChannelConfigurationInput
source · #[non_exhaustive]pub struct DeleteSlackChannelConfigurationInput { /* private fields */ }
Implementations§
source§impl DeleteSlackChannelConfigurationInput
impl DeleteSlackChannelConfigurationInput
sourcepub fn builder() -> DeleteSlackChannelConfigurationInputBuilder
pub fn builder() -> DeleteSlackChannelConfigurationInputBuilder
Creates a new builder-style object to manufacture DeleteSlackChannelConfigurationInput
.
source§impl DeleteSlackChannelConfigurationInput
impl DeleteSlackChannelConfigurationInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteSlackChannelConfiguration, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<DeleteSlackChannelConfiguration, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteSlackChannelConfiguration
>
Trait Implementations§
source§impl Clone for DeleteSlackChannelConfigurationInput
impl Clone for DeleteSlackChannelConfigurationInput
source§fn clone(&self) -> DeleteSlackChannelConfigurationInput
fn clone(&self) -> DeleteSlackChannelConfigurationInput
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 PartialEq<DeleteSlackChannelConfigurationInput> for DeleteSlackChannelConfigurationInput
impl PartialEq<DeleteSlackChannelConfigurationInput> for DeleteSlackChannelConfigurationInput
source§fn eq(&self, other: &DeleteSlackChannelConfigurationInput) -> bool
fn eq(&self, other: &DeleteSlackChannelConfigurationInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DeleteSlackChannelConfigurationInput
Auto Trait Implementations§
impl RefUnwindSafe for DeleteSlackChannelConfigurationInput
impl Send for DeleteSlackChannelConfigurationInput
impl Sync for DeleteSlackChannelConfigurationInput
impl Unpin for DeleteSlackChannelConfigurationInput
impl UnwindSafe for DeleteSlackChannelConfigurationInput
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