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