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