[][src]Struct sha1::DigestParseError

pub struct DigestParseError(_);
[]

Indicates that a digest couldn't be parsed.

Trait Implementations

impl Clone for DigestParseError[src][+]

impl Copy for DigestParseError[src]

impl Debug for DigestParseError[src][+]

impl Display for DigestParseError[src][+]

impl Eq for DigestParseError[src]

impl Hash for DigestParseError[src][+]

impl Ord for DigestParseError[src][+]

impl PartialEq<DigestParseError> for DigestParseError[src][+]

impl PartialOrd<DigestParseError> for DigestParseError[src][+]

impl StructuralEq for DigestParseError[src]

impl StructuralPartialEq for DigestParseError[src]

Auto Trait Implementations

impl Send for DigestParseError

impl Sync for DigestParseError

impl Unpin for DigestParseError

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src][+]

impl<T> Borrow<T> for T where
    T: ?Sized
[src][+]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src][+]

impl<T> From<T> for T[src][+]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src][+]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src][+]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src][+]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.