#[non_exhaustive]pub struct DeleteDataCatalogOutput { /* private fields */ }Implementations§
source§impl DeleteDataCatalogOutput
impl DeleteDataCatalogOutput
sourcepub fn builder() -> DeleteDataCatalogOutputBuilder
pub fn builder() -> DeleteDataCatalogOutputBuilder
Creates a new builder-style object to manufacture DeleteDataCatalogOutput.
Trait Implementations§
source§impl Clone for DeleteDataCatalogOutput
impl Clone for DeleteDataCatalogOutput
source§fn clone(&self) -> DeleteDataCatalogOutput
fn clone(&self) -> DeleteDataCatalogOutput
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 DeleteDataCatalogOutput
impl Debug for DeleteDataCatalogOutput
source§impl PartialEq<DeleteDataCatalogOutput> for DeleteDataCatalogOutput
impl PartialEq<DeleteDataCatalogOutput> for DeleteDataCatalogOutput
source§fn eq(&self, other: &DeleteDataCatalogOutput) -> bool
fn eq(&self, other: &DeleteDataCatalogOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for DeleteDataCatalogOutput
impl RequestId for DeleteDataCatalogOutput
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 DeleteDataCatalogOutput
Auto Trait Implementations§
impl RefUnwindSafe for DeleteDataCatalogOutput
impl Send for DeleteDataCatalogOutput
impl Sync for DeleteDataCatalogOutput
impl Unpin for DeleteDataCatalogOutput
impl UnwindSafe for DeleteDataCatalogOutput
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