Struct aws_sdk_ec2::model::ExportTaskS3Location
source · [−]#[non_exhaustive]pub struct ExportTaskS3Location { /* private fields */ }
Expand description
Describes the destination for an export image task.
Implementations
sourceimpl ExportTaskS3Location
impl ExportTaskS3Location
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ExportTaskS3Location
.
Trait Implementations
sourceimpl Clone for ExportTaskS3Location
impl Clone for ExportTaskS3Location
sourcefn clone(&self) -> ExportTaskS3Location
fn clone(&self) -> ExportTaskS3Location
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for ExportTaskS3Location
impl Debug for ExportTaskS3Location
sourceimpl PartialEq<ExportTaskS3Location> for ExportTaskS3Location
impl PartialEq<ExportTaskS3Location> for ExportTaskS3Location
sourcefn eq(&self, other: &ExportTaskS3Location) -> bool
fn eq(&self, other: &ExportTaskS3Location) -> bool
impl StructuralPartialEq for ExportTaskS3Location
Auto Trait Implementations
impl RefUnwindSafe for ExportTaskS3Location
impl Send for ExportTaskS3Location
impl Sync for ExportTaskS3Location
impl Unpin for ExportTaskS3Location
impl UnwindSafe for ExportTaskS3Location
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more