pub struct ContainerLayer {
pub hash: String,
pub size: usize,
pub description: Option<String>,
pub cadi_chunk: Option<String>,
}Expand description
Container layer
Fields§
§hash: String§size: usize§description: Option<String>§cadi_chunk: Option<String>Trait Implementations§
Source§impl Clone for ContainerLayer
impl Clone for ContainerLayer
Source§fn clone(&self) -> ContainerLayer
fn clone(&self) -> ContainerLayer
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 ContainerLayer
impl Debug for ContainerLayer
Source§impl<'de> Deserialize<'de> for ContainerLayer
impl<'de> Deserialize<'de> for ContainerLayer
Source§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 Freeze for ContainerLayer
impl RefUnwindSafe for ContainerLayer
impl Send for ContainerLayer
impl Sync for ContainerLayer
impl Unpin for ContainerLayer
impl UnwindSafe for ContainerLayer
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