Struct cardano_serialization_lib::chain_crypto::digest::Digest [−][src]
pub struct Digest<H: DigestAlg>(_);
Implementations
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
This method returns an ordering between self
and other
values if one exists. Read more
This method tests less than (for self
and other
) and is used by the <
operator. Read more
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
This method tests greater than (for self
and other
) and is used by the >
operator. Read more
Auto Trait Implementations
impl<H> RefUnwindSafe for Digest<H> where
<H as DigestAlg>::DigestData: RefUnwindSafe,
impl<H> Sync for Digest<H> where
<H as DigestAlg>::DigestData: Sync,
impl<H> Unpin for Digest<H> where
<H as DigestAlg>::DigestData: Unpin,
impl<H> UnwindSafe for Digest<H> where
<H as DigestAlg>::DigestData: UnwindSafe,
Blanket Implementations
Calculate the base32 serialized length
Mutably borrows from an owned value. Read more
pub fn write_base32<W>(
&self,
writer: &mut W
) -> Result<(), <W as WriteBase32>::Err> where
W: WriteBase32,
pub fn write_base32<W>(
&self,
writer: &mut W
) -> Result<(), <W as WriteBase32>::Err> where
W: WriteBase32,
Encode as base32 and write it to the supplied writer Implementations shouldn’t allocate. Read more