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