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