Struct oci_spec::image::Sha256Digest
source · pub struct Sha256Digest { /* private fields */ }
Expand description
A SHA-256 digest, guaranteed to be 64 lowercase hexadecimal ASCII characters.
Implementations§
Trait Implementations§
source§impl Clone for Sha256Digest
impl Clone for Sha256Digest
source§fn clone(&self) -> Sha256Digest
fn clone(&self) -> Sha256Digest
Returns a copy 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 Sha256Digest
impl Debug for Sha256Digest
source§impl From<Sha256Digest> for Digest
impl From<Sha256Digest> for Digest
source§fn from(value: Sha256Digest) -> Self
fn from(value: Sha256Digest) -> Self
Converts to this type from the input type.
source§impl FromStr for Sha256Digest
impl FromStr for Sha256Digest
source§impl PartialEq for Sha256Digest
impl PartialEq for Sha256Digest
source§fn eq(&self, other: &Sha256Digest) -> bool
fn eq(&self, other: &Sha256Digest) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for Sha256Digest
impl StructuralPartialEq for Sha256Digest
Auto Trait Implementations§
impl Freeze for Sha256Digest
impl RefUnwindSafe for Sha256Digest
impl Send for Sha256Digest
impl Sync for Sha256Digest
impl Unpin for Sha256Digest
impl UnwindSafe for Sha256Digest
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)