pub struct DescribeNotificationRuleRequest {
pub arn: String,
}
Fields§
§arn: String
The Amazon Resource Name (ARN) of the notification rule.
Trait Implementations§
Source§impl Clone for DescribeNotificationRuleRequest
impl Clone for DescribeNotificationRuleRequest
Source§fn clone(&self) -> DescribeNotificationRuleRequest
fn clone(&self) -> DescribeNotificationRuleRequest
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 Default for DescribeNotificationRuleRequest
impl Default for DescribeNotificationRuleRequest
Source§fn default() -> DescribeNotificationRuleRequest
fn default() -> DescribeNotificationRuleRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for DescribeNotificationRuleRequest
impl PartialEq for DescribeNotificationRuleRequest
Source§fn eq(&self, other: &DescribeNotificationRuleRequest) -> bool
fn eq(&self, other: &DescribeNotificationRuleRequest) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for DescribeNotificationRuleRequest
Auto Trait Implementations§
impl Freeze for DescribeNotificationRuleRequest
impl RefUnwindSafe for DescribeNotificationRuleRequest
impl Send for DescribeNotificationRuleRequest
impl Sync for DescribeNotificationRuleRequest
impl Unpin for DescribeNotificationRuleRequest
impl UnwindSafe for DescribeNotificationRuleRequest
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