[][src]Struct google_containeranalysis1_beta1::Basis

pub struct Basis {
    pub resource_url: Option<String>,
    pub fingerprint: Option<Fingerprint>,
}

Basis describes the base image portion (Note) of the DockerImage relationship. Linked occurrences are derived from this or an equivalent image via: FROM <Basis.resource_url> Or an equivalent reference, e.g. a tag of the resource_url.

This type is not used in any activity, and only used as part of another schema.

Fields

resource_url: Option<String>

Required. Immutable. The resource_url for the resource representing the basis of associated occurrence images.

fingerprint: Option<Fingerprint>

Required. Immutable. The fingerprint of the base image.

Trait Implementations

impl Part for Basis[src]

impl Clone for Basis[src]

impl Default for Basis[src]

impl Debug for Basis[src]

impl Serialize for Basis[src]

impl<'de> Deserialize<'de> for Basis[src]

Auto Trait Implementations

impl Send for Basis

impl Sync for Basis

impl Unpin for Basis

impl UnwindSafe for Basis

impl RefUnwindSafe for Basis

Blanket Implementations

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

impl<T, U> Into<U> for T where
    U: From<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 = !

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> Typeable for T where
    T: Any

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]