[−][src]Struct tls_parser::tls_sign_hash::HashAlgorithm
Hash algorithms, as defined in [RFC5246]
Implementations
impl HashAlgorithm[src]
pub const None: HashAlgorithm[src]
pub const Md5: HashAlgorithm[src]
pub const Sha1: HashAlgorithm[src]
pub const Sha224: HashAlgorithm[src]
pub const Sha256: HashAlgorithm[src]
pub const Sha384: HashAlgorithm[src]
pub const Sha512: HashAlgorithm[src]
pub const Intrinsic: HashAlgorithm[src]
Trait Implementations
impl Debug for HashAlgorithm[src]
impl Display for HashAlgorithm[src]
impl Eq for HashAlgorithm[src]
impl PartialEq<HashAlgorithm> for HashAlgorithm[src]
pub fn eq(&self, other: &HashAlgorithm) -> bool[src]
pub fn ne(&self, other: &HashAlgorithm) -> bool[src]
impl StructuralEq for HashAlgorithm[src]
impl StructuralPartialEq for HashAlgorithm[src]
Auto Trait Implementations
impl RefUnwindSafe for HashAlgorithm[src]
impl Send for HashAlgorithm[src]
impl Sync for HashAlgorithm[src]
impl Unpin for HashAlgorithm[src]
impl UnwindSafe for HashAlgorithm[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToString for T where
T: Display + ?Sized, [src]
T: Display + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,