Struct aws_sdk_ec2::model::ExportTaskS3LocationRequest
source · [−]#[non_exhaustive]pub struct ExportTaskS3LocationRequest { /* private fields */ }
Expand description
Describes the destination for an export image task.
Implementations
sourceimpl ExportTaskS3LocationRequest
impl ExportTaskS3LocationRequest
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ExportTaskS3LocationRequest
.
Trait Implementations
sourceimpl Clone for ExportTaskS3LocationRequest
impl Clone for ExportTaskS3LocationRequest
sourcefn clone(&self) -> ExportTaskS3LocationRequest
fn clone(&self) -> ExportTaskS3LocationRequest
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 ExportTaskS3LocationRequest
impl Debug for ExportTaskS3LocationRequest
sourceimpl PartialEq<ExportTaskS3LocationRequest> for ExportTaskS3LocationRequest
impl PartialEq<ExportTaskS3LocationRequest> for ExportTaskS3LocationRequest
sourcefn eq(&self, other: &ExportTaskS3LocationRequest) -> bool
fn eq(&self, other: &ExportTaskS3LocationRequest) -> bool
impl StructuralPartialEq for ExportTaskS3LocationRequest
Auto Trait Implementations
impl RefUnwindSafe for ExportTaskS3LocationRequest
impl Send for ExportTaskS3LocationRequest
impl Sync for ExportTaskS3LocationRequest
impl Unpin for ExportTaskS3LocationRequest
impl UnwindSafe for ExportTaskS3LocationRequest
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