pub struct OciLayer {
pub compressed: Vec<u8>,
pub descriptor: LayerDescriptor,
pub uncompressed_digest: String,
}Fields§
§compressed: Vec<u8>§descriptor: LayerDescriptor§uncompressed_digest: Stringsha256 of the uncompressed tarball; used for the OCI config DiffID.
Auto Trait Implementations§
impl Freeze for OciLayer
impl RefUnwindSafe for OciLayer
impl Send for OciLayer
impl Sync for OciLayer
impl Unpin for OciLayer
impl UnsafeUnpin for OciLayer
impl UnwindSafe for OciLayer
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