pub struct OciReport { /* private fields */ }Implementations§
Source§impl OciReport
impl OciReport
pub fn layer_digest(&self) -> &Digest
pub fn layer_size(&self) -> u64
pub fn config_digest(&self) -> &Digest
pub fn config_size(&self) -> u64
pub fn manifest_digest(&self) -> &Digest
pub fn manifest_size(&self) -> u64
pub fn platform(&self) -> &str
pub fn image(&self) -> &ResolvedImageConfig
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OciReport
impl RefUnwindSafe for OciReport
impl Send for OciReport
impl Sync for OciReport
impl Unpin for OciReport
impl UnsafeUnpin for OciReport
impl UnwindSafe for OciReport
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