pub struct DeleteNotificationRuleResult {
pub arn: Option<String>,
}
Fields§
§arn: Option<String>
The Amazon Resource Name (ARN) of the deleted notification rule.
Trait Implementations§
Source§impl Clone for DeleteNotificationRuleResult
impl Clone for DeleteNotificationRuleResult
Source§fn clone(&self) -> DeleteNotificationRuleResult
fn clone(&self) -> DeleteNotificationRuleResult
Returns a duplicate 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 DeleteNotificationRuleResult
impl Debug for DeleteNotificationRuleResult
Source§impl Default for DeleteNotificationRuleResult
impl Default for DeleteNotificationRuleResult
Source§fn default() -> DeleteNotificationRuleResult
fn default() -> DeleteNotificationRuleResult
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DeleteNotificationRuleResult
impl<'de> Deserialize<'de> for DeleteNotificationRuleResult
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for DeleteNotificationRuleResult
impl PartialEq for DeleteNotificationRuleResult
Source§fn eq(&self, other: &DeleteNotificationRuleResult) -> bool
fn eq(&self, other: &DeleteNotificationRuleResult) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for DeleteNotificationRuleResult
Auto Trait Implementations§
impl Freeze for DeleteNotificationRuleResult
impl RefUnwindSafe for DeleteNotificationRuleResult
impl Send for DeleteNotificationRuleResult
impl Sync for DeleteNotificationRuleResult
impl Unpin for DeleteNotificationRuleResult
impl UnwindSafe for DeleteNotificationRuleResult
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