Struct aws_sdk_rds::output::DeleteEventSubscriptionOutput
source · [−]#[non_exhaustive]pub struct DeleteEventSubscriptionOutput { /* private fields */ }Implementations
sourceimpl DeleteEventSubscriptionOutput
impl DeleteEventSubscriptionOutput
sourcepub fn event_subscription(&self) -> Option<&EventSubscription>
pub fn event_subscription(&self) -> Option<&EventSubscription>
Contains the results of a successful invocation of the DescribeEventSubscriptions action.
sourceimpl DeleteEventSubscriptionOutput
impl DeleteEventSubscriptionOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteEventSubscriptionOutput.
Trait Implementations
sourceimpl Clone for DeleteEventSubscriptionOutput
impl Clone for DeleteEventSubscriptionOutput
sourcefn clone(&self) -> DeleteEventSubscriptionOutput
fn clone(&self) -> DeleteEventSubscriptionOutput
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 DeleteEventSubscriptionOutput
impl Debug for DeleteEventSubscriptionOutput
sourceimpl PartialEq<DeleteEventSubscriptionOutput> for DeleteEventSubscriptionOutput
impl PartialEq<DeleteEventSubscriptionOutput> for DeleteEventSubscriptionOutput
sourcefn eq(&self, other: &DeleteEventSubscriptionOutput) -> bool
fn eq(&self, other: &DeleteEventSubscriptionOutput) -> bool
impl StructuralPartialEq for DeleteEventSubscriptionOutput
Auto Trait Implementations
impl RefUnwindSafe for DeleteEventSubscriptionOutput
impl Send for DeleteEventSubscriptionOutput
impl Sync for DeleteEventSubscriptionOutput
impl Unpin for DeleteEventSubscriptionOutput
impl UnwindSafe for DeleteEventSubscriptionOutput
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