Enum boringauth::pass::HashFunction [] [src]

#[repr(C)]
pub enum HashFunction { Sha256, Sha512, }

Variants

Trait Implementations

impl Clone for HashFunction
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for HashFunction
[src]