pub enum DigestStreamAlgorithm {
Sha1,
Sha256,
Sha384,
Sha512,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for DigestStreamAlgorithm
impl Clone for DigestStreamAlgorithm
Source§fn clone(&self) -> DigestStreamAlgorithm
fn clone(&self) -> DigestStreamAlgorithm
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 DigestStreamAlgorithm
impl Debug for DigestStreamAlgorithm
Source§impl PartialEq for DigestStreamAlgorithm
impl PartialEq for DigestStreamAlgorithm
impl Copy for DigestStreamAlgorithm
impl StructuralPartialEq for DigestStreamAlgorithm
Auto Trait Implementations§
impl Freeze for DigestStreamAlgorithm
impl RefUnwindSafe for DigestStreamAlgorithm
impl Send for DigestStreamAlgorithm
impl Sync for DigestStreamAlgorithm
impl Unpin for DigestStreamAlgorithm
impl UnwindSafe for DigestStreamAlgorithm
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