Struct md5::Digest[][src]

pub struct Digest(pub [u8; 16]);

A digest.

Trait Implementations

impl Clone for Digest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Digest
[src]

impl Eq for Digest
[src]

impl Hash for Digest
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl PartialEq for Digest
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for Digest
[src]

Formats the value using the given formatter. Read more

impl Deref for Digest
[src]

The resulting type after dereferencing.

Dereferences the value.

impl DerefMut for Digest
[src]

Mutably dereferences the value.

impl From<Digest> for [u8; 16]
[src]

Performs the conversion.

impl LowerHex for Digest
[src]

Formats the value using the given formatter.

impl UpperHex for Digest
[src]

Formats the value using the given formatter.

impl From<Context> for Digest
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Digest

impl Sync for Digest