pub enum DigestFormat {
Hex,
Base64,
Binary,
}Expand description
Output encoding format for cryptographic digests.
Variants§
Implementations§
Source§impl DigestFormat
impl DigestFormat
Trait Implementations§
Source§impl Clone for DigestFormat
impl Clone for DigestFormat
Source§fn clone(&self) -> DigestFormat
fn clone(&self) -> DigestFormat
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 DigestFormat
impl Debug for DigestFormat
Source§impl PartialEq for DigestFormat
impl PartialEq for DigestFormat
impl Copy for DigestFormat
impl Eq for DigestFormat
impl StructuralPartialEq for DigestFormat
Auto Trait Implementations§
impl Freeze for DigestFormat
impl RefUnwindSafe for DigestFormat
impl Send for DigestFormat
impl Sync for DigestFormat
impl Unpin for DigestFormat
impl UnwindSafe for DigestFormat
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