Struct md5::Digest [] [src]

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

A digest.

Trait Implementations

impl Clone for Digest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Digest
[src]

impl Eq for Digest
[src]

impl PartialEq for Digest
[src]

[src]

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

[src]

This method tests for !=.

impl Deref for Digest
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl DerefMut for Digest
[src]

[src]

Mutably dereferences the value.

impl LowerHex for Digest
[src]

[src]

Formats the value using the given formatter.

impl UpperHex for Digest
[src]

[src]

Formats the value using the given formatter.

impl From<Context> for Digest
[src]

[src]

Performs the conversion.