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