Struct nydus_utils::digest::RafsDigest
source · #[repr(C)]pub struct RafsDigest {
pub data: DigestData,
}Fields§
§data: DigestDataImplementations§
source§impl RafsDigest
impl RafsDigest
Trait Implementations§
source§impl AsRef<[u8]> for RafsDigest
impl AsRef<[u8]> for RafsDigest
source§impl Clone for RafsDigest
impl Clone for RafsDigest
source§fn clone(&self) -> RafsDigest
fn clone(&self) -> RafsDigest
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 RafsDigest
impl Debug for RafsDigest
source§impl Default for RafsDigest
impl Default for RafsDigest
source§fn default() -> RafsDigest
fn default() -> RafsDigest
Returns the “default value” for a type. Read more
source§impl Display for RafsDigest
impl Display for RafsDigest
source§impl From<&[u8; 32]> for &RafsDigest
impl From<&[u8; 32]> for &RafsDigest
source§fn from(data: &DigestData) -> Self
fn from(data: &DigestData) -> Self
Converts to this type from the input type.
source§impl From<[u8; 32]> for RafsDigest
impl From<[u8; 32]> for RafsDigest
source§fn from(data: DigestData) -> Self
fn from(data: DigestData) -> Self
Converts to this type from the input type.
source§impl From<RafsDigest> for String
impl From<RafsDigest> for String
source§fn from(d: RafsDigest) -> Self
fn from(d: RafsDigest) -> Self
Converts to this type from the input type.
source§impl Hash for RafsDigest
impl Hash for RafsDigest
source§impl Ord for RafsDigest
impl Ord for RafsDigest
source§fn cmp(&self, other: &RafsDigest) -> Ordering
fn cmp(&self, other: &RafsDigest) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq<RafsDigest> for RafsDigest
impl PartialEq<RafsDigest> for RafsDigest
source§fn 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 ==.source§impl PartialOrd<RafsDigest> for RafsDigest
impl PartialOrd<RafsDigest> for RafsDigest
source§fn partial_cmp(&self, other: &RafsDigest) -> Option<Ordering>
fn partial_cmp(&self, other: &RafsDigest) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl 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§
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