[][src]Enum opencontainers::image::manifest::ManifestV2

pub enum ManifestV2 {
    Schema1(ManifestV2_1),
    Schema2(ManifestV2_2),
    Schema2List(ManifestListV2_2),
}

Enum of Manifest structs for each schema version.

Variants

Schema1(ManifestV2_1)Schema2(ManifestV2_2)Schema2List(ManifestListV2_2)

Trait Implementations

impl From<ManifestV2> for ManifestV2Schema[src]

impl<'_> From<&'_ ManifestV2> for ManifestV2Schema[src]

impl Debug for ManifestV2[src]

impl FromStr for ManifestV2[src]

type Err = ManifestError

The associated error which can be returned from parsing.

Auto Trait Implementations

impl Send for ManifestV2

impl Sync for ManifestV2

Blanket Implementations

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

impl<T> From for T[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

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

impl<T, U> TryInto 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> Erased for T

impl<'a, T> TryFrom for T where
    T: FromStr

type Err = <T as FromStr>::Err

impl<T, U> TryInto for T where
    U: TryFrom<T>, 

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