[][src]Struct rusoto_ec2::ImportVolumeTaskDetails

pub struct ImportVolumeTaskDetails {
    pub availability_zone: Option<String>,
    pub bytes_converted: Option<i64>,
    pub description: Option<String>,
    pub image: Option<DiskImageDescription>,
    pub volume: Option<DiskImageVolumeDescription>,
}

Describes an import volume task.

Fields

availability_zone: Option<String>

The Availability Zone where the resulting volume will reside.

bytes_converted: Option<i64>

The number of bytes converted so far.

description: Option<String>

The description you provided when starting the import volume task.

image: Option<DiskImageDescription>

The image.

volume: Option<DiskImageVolumeDescription>

The volume.

Trait Implementations

impl Clone for ImportVolumeTaskDetails[src]

impl Default for ImportVolumeTaskDetails[src]

impl PartialEq<ImportVolumeTaskDetails> for ImportVolumeTaskDetails[src]

impl Debug for ImportVolumeTaskDetails[src]

impl StructuralPartialEq for ImportVolumeTaskDetails[src]

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self