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