Struct oci_spec::image::RootFs [−][src]
Expand description
RootFs references the layer content addresses used by the image.
Fields
typ: StringMUST be set to layers.
diff_ids: Vec<String>An array of layer content hashes (DiffIDs), in order from first to last.
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for RootFs
impl UnwindSafe for RootFs
Blanket Implementations
Mutably borrows from an owned value. Read more