pub struct CopyImageResult {
pub image_id: Option<String>,
}
Expand description
Contains the output of CopyImage.
Fields§
§image_id: Option<String>
The ID of the new AMI.
Trait Implementations§
Source§impl Clone for CopyImageResult
impl Clone for CopyImageResult
Source§fn clone(&self) -> CopyImageResult
fn clone(&self) -> CopyImageResult
Returns a duplicate 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 CopyImageResult
impl Debug for CopyImageResult
Source§impl Default for CopyImageResult
impl Default for CopyImageResult
Source§fn default() -> CopyImageResult
fn default() -> CopyImageResult
Returns the “default value” for a type. Read more
Source§impl PartialEq for CopyImageResult
impl PartialEq for CopyImageResult
impl StructuralPartialEq for CopyImageResult
Auto Trait Implementations§
impl Freeze for CopyImageResult
impl RefUnwindSafe for CopyImageResult
impl Send for CopyImageResult
impl Sync for CopyImageResult
impl Unpin for CopyImageResult
impl UnwindSafe for CopyImageResult
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