#[non_exhaustive]pub struct RemoveNotificationChannelInput { /* private fields */ }
Implementations
sourceimpl RemoveNotificationChannelInput
impl RemoveNotificationChannelInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<RemoveNotificationChannel, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<RemoveNotificationChannel, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<RemoveNotificationChannel
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RemoveNotificationChannelInput
.
Trait Implementations
sourceimpl Clone for RemoveNotificationChannelInput
impl Clone for RemoveNotificationChannelInput
sourcefn clone(&self) -> RemoveNotificationChannelInput
fn clone(&self) -> RemoveNotificationChannelInput
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<RemoveNotificationChannelInput> for RemoveNotificationChannelInput
impl PartialEq<RemoveNotificationChannelInput> for RemoveNotificationChannelInput
sourcefn eq(&self, other: &RemoveNotificationChannelInput) -> bool
fn eq(&self, other: &RemoveNotificationChannelInput) -> bool
impl StructuralPartialEq for RemoveNotificationChannelInput
Auto Trait Implementations
impl RefUnwindSafe for RemoveNotificationChannelInput
impl Send for RemoveNotificationChannelInput
impl Sync for RemoveNotificationChannelInput
impl Unpin for RemoveNotificationChannelInput
impl UnwindSafe for RemoveNotificationChannelInput
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