#[non_exhaustive]pub struct DeleteSlackChannelConfigurationInput { /* private fields */ }
Implementations
sourceimpl 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
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteSlackChannelConfigurationInput
.
Trait Implementations
sourceimpl Clone for DeleteSlackChannelConfigurationInput
impl Clone for DeleteSlackChannelConfigurationInput
sourcefn clone(&self) -> DeleteSlackChannelConfigurationInput
fn clone(&self) -> DeleteSlackChannelConfigurationInput
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 PartialEq<DeleteSlackChannelConfigurationInput> for DeleteSlackChannelConfigurationInput
impl PartialEq<DeleteSlackChannelConfigurationInput> for DeleteSlackChannelConfigurationInput
sourcefn eq(&self, other: &DeleteSlackChannelConfigurationInput) -> bool
fn eq(&self, other: &DeleteSlackChannelConfigurationInput) -> bool
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
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