Struct nydus_utils::digest::RafsDigest
source · [−]Fields
data: [u8; 32]Implementations
Trait Implementations
sourceimpl Clone for RafsDigest
impl Clone for RafsDigest
sourcefn clone(&self) -> RafsDigest
fn clone(&self) -> RafsDigest
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for RafsDigest
impl Debug for RafsDigest
sourceimpl Default for RafsDigest
impl Default for RafsDigest
sourcefn default() -> RafsDigest
fn default() -> RafsDigest
Returns the “default value” for a type. Read more
sourceimpl Display for RafsDigest
impl Display for RafsDigest
sourceimpl From<RafsDigest> for String
impl From<RafsDigest> for String
sourcefn from(d: RafsDigest) -> Self
fn from(d: RafsDigest) -> Self
Converts to this type from the input type.
sourceimpl Hash for RafsDigest
impl Hash for RafsDigest
sourceimpl PartialEq<RafsDigest> for RafsDigest
impl PartialEq<RafsDigest> for RafsDigest
sourcefn eq(&self, other: &RafsDigest) -> bool
fn eq(&self, other: &RafsDigest) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &RafsDigest) -> bool
fn ne(&self, other: &RafsDigest) -> bool
This method tests for !=.
impl Copy for RafsDigest
impl Eq for RafsDigest
impl StructuralEq for RafsDigest
impl StructuralPartialEq for RafsDigest
Auto Trait Implementations
impl RefUnwindSafe for RafsDigest
impl Send for RafsDigest
impl Sync for RafsDigest
impl Unpin for RafsDigest
impl UnwindSafe for RafsDigest
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more