Struct aws_sdk_codestarnotifications::operation::delete_notification_rule::DeleteNotificationRuleInput
source · #[non_exhaustive]pub struct DeleteNotificationRuleInput { /* private fields */ }Implementations§
source§impl DeleteNotificationRuleInput
impl DeleteNotificationRuleInput
sourcepub fn builder() -> DeleteNotificationRuleInputBuilder
pub fn builder() -> DeleteNotificationRuleInputBuilder
Creates a new builder-style object to manufacture DeleteNotificationRuleInput.
source§impl 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>
Trait Implementations§
source§impl Clone for DeleteNotificationRuleInput
impl Clone for DeleteNotificationRuleInput
source§fn clone(&self) -> DeleteNotificationRuleInput
fn clone(&self) -> DeleteNotificationRuleInput
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 Debug for DeleteNotificationRuleInput
impl Debug for DeleteNotificationRuleInput
source§impl PartialEq<DeleteNotificationRuleInput> for DeleteNotificationRuleInput
impl PartialEq<DeleteNotificationRuleInput> for DeleteNotificationRuleInput
source§fn eq(&self, other: &DeleteNotificationRuleInput) -> bool
fn eq(&self, other: &DeleteNotificationRuleInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.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§
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