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