pub enum DigestEncoding {
Hex,
Dec,
}Expand description
Defines the string representation format of a checksum digest.
Variants§
Hex
Checksum digest represented by a hexadecimal string.
Dec
Checksum digest represented by a decimal string.
Trait Implementations§
Source§impl Clone for DigestEncoding
impl Clone for DigestEncoding
Source§fn clone(&self) -> DigestEncoding
fn clone(&self) -> DigestEncoding
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 DigestEncoding
impl Debug for DigestEncoding
Source§impl PartialEq for DigestEncoding
impl PartialEq for DigestEncoding
impl Copy for DigestEncoding
impl Eq for DigestEncoding
impl StructuralPartialEq for DigestEncoding
Auto Trait Implementations§
impl Freeze for DigestEncoding
impl RefUnwindSafe for DigestEncoding
impl Send for DigestEncoding
impl Sync for DigestEncoding
impl Unpin for DigestEncoding
impl UnwindSafe for DigestEncoding
Blanket Implementations§
§impl<T> AnyEq for T
impl<T> AnyEq for T
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