pub struct HashAlgorithms(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for HashAlgorithms
impl Clone for HashAlgorithms
Source§fn clone(&self) -> HashAlgorithms
fn clone(&self) -> HashAlgorithms
Returns a duplicate 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 HashAlgorithms
impl Debug for HashAlgorithms
Source§impl From<HashAlgorithms> for u16
impl From<HashAlgorithms> for u16
Source§fn from(val: HashAlgorithms) -> u16
fn from(val: HashAlgorithms) -> u16
Converts to this type from the input type.
Source§impl From<u16> for HashAlgorithms
impl From<u16> for HashAlgorithms
Source§fn from(val: u16) -> HashAlgorithms
fn from(val: u16) -> HashAlgorithms
Converts to this type from the input type.
Source§impl Ord for HashAlgorithms
impl Ord for HashAlgorithms
Source§fn cmp(&self, other: &HashAlgorithms) -> Ordering
fn cmp(&self, other: &HashAlgorithms) -> 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 for HashAlgorithms
impl PartialEq for HashAlgorithms
Source§impl PartialOrd for HashAlgorithms
impl PartialOrd for HashAlgorithms
impl Copy for HashAlgorithms
impl Eq for HashAlgorithms
impl StructuralPartialEq for HashAlgorithms
Auto Trait Implementations§
impl Freeze for HashAlgorithms
impl RefUnwindSafe for HashAlgorithms
impl Send for HashAlgorithms
impl Sync for HashAlgorithms
impl Unpin for HashAlgorithms
impl UnwindSafe for HashAlgorithms
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