pub struct OciDigest(/* private fields */);Expand description
A sha256 content digest in canonical sha256:<64 lowercase hex>
form, identifying one snapshot by the bytes of its manifest.
Names that snapshot for loading even when no tag points at it.
Implementations§
Trait Implementations§
impl Eq for OciDigest
Source§impl From<OciDigest> for OciReference
impl From<OciDigest> for OciReference
impl StructuralPartialEq for OciDigest
Auto Trait Implementations§
impl Freeze for OciDigest
impl RefUnwindSafe for OciDigest
impl Send for OciDigest
impl Sync for OciDigest
impl Unpin for OciDigest
impl UnsafeUnpin for OciDigest
impl UnwindSafe for OciDigest
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