Struct tls_parser::HashAlgorithm [−][src]
pub struct HashAlgorithm(pub u8);Expand description
Hash algorithms, as defined in [RFC5246]
Tuple Fields
0: u8Implementations
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for HashAlgorithm
impl Send for HashAlgorithm
impl Sync for HashAlgorithm
impl Unpin for HashAlgorithm
impl UnwindSafe for HashAlgorithm
Blanket Implementations
Mutably borrows from an owned value. Read more