Struct Digest
pub struct Digest { /* private fields */ }Expand description
A parsed OCI digest such as sha256:<hex>.
Implementations§
§impl OciDigest
impl OciDigest
Trait Implementations§
§impl Ord for OciDigest
impl Ord for OciDigest
§impl PartialOrd for OciDigest
impl PartialOrd for OciDigest
impl Eq for OciDigest
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