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