#[non_exhaustive]pub struct DeleteDatabaseOutput { /* private fields */ }
Implementations§
source§impl DeleteDatabaseOutput
impl DeleteDatabaseOutput
sourcepub fn builder() -> DeleteDatabaseOutputBuilder
pub fn builder() -> DeleteDatabaseOutputBuilder
Creates a new builder-style object to manufacture DeleteDatabaseOutput
.
Trait Implementations§
source§impl Clone for DeleteDatabaseOutput
impl Clone for DeleteDatabaseOutput
source§fn clone(&self) -> DeleteDatabaseOutput
fn clone(&self) -> DeleteDatabaseOutput
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 DeleteDatabaseOutput
impl Debug for DeleteDatabaseOutput
source§impl PartialEq<DeleteDatabaseOutput> for DeleteDatabaseOutput
impl PartialEq<DeleteDatabaseOutput> for DeleteDatabaseOutput
source§fn eq(&self, other: &DeleteDatabaseOutput) -> bool
fn eq(&self, other: &DeleteDatabaseOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for DeleteDatabaseOutput
impl RequestId for DeleteDatabaseOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.impl StructuralPartialEq for DeleteDatabaseOutput
Auto Trait Implementations§
impl RefUnwindSafe for DeleteDatabaseOutput
impl Send for DeleteDatabaseOutput
impl Sync for DeleteDatabaseOutput
impl Unpin for DeleteDatabaseOutput
impl UnwindSafe for DeleteDatabaseOutput
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