pub struct DigestedReference { /* private fields */ }Expand description
A name plus digest reference.
Implementations§
Trait Implementations§
Source§impl Clone for DigestedReference
impl Clone for DigestedReference
Source§fn clone(&self) -> DigestedReference
fn clone(&self) -> DigestedReference
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DigestedReference
impl Debug for DigestedReference
Source§impl Display for DigestedReference
impl Display for DigestedReference
Source§impl Hash for DigestedReference
impl Hash for DigestedReference
Source§impl Ord for DigestedReference
impl Ord for DigestedReference
Source§fn cmp(&self, other: &DigestedReference) -> Ordering
fn cmp(&self, other: &DigestedReference) -> Ordering
1.21.0 (const: unstable) · 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 for DigestedReference
impl PartialEq for DigestedReference
Source§fn eq(&self, other: &DigestedReference) -> bool
fn eq(&self, other: &DigestedReference) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for DigestedReference
impl PartialOrd for DigestedReference
impl Eq for DigestedReference
impl StructuralPartialEq for DigestedReference
Auto Trait Implementations§
impl Freeze for DigestedReference
impl RefUnwindSafe for DigestedReference
impl Send for DigestedReference
impl Sync for DigestedReference
impl Unpin for DigestedReference
impl UnsafeUnpin for DigestedReference
impl UnwindSafe for DigestedReference
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