Enum rdedup_lib::settings::Hashing
[−]
[src]
pub enum Hashing { Sha256, Blake2b, }
Variants
Sha256
Blake2b
Methods
impl Hashing
[src]
Trait Implementations
impl Clone for Hashing
[src]
fn clone(&self) -> Hashing
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more