Enum boringauth::oath::HashFunction[][src]

#[repr(C)]
pub enum HashFunction { Sha1, 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]

Auto Trait Implementations