Struct sozu_command_lib::messages::CertFingerprint [] [src]

pub struct CertFingerprint(pub Vec<u8>);

Trait Implementations

impl Clone for CertFingerprint
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for CertFingerprint
[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 Eq for CertFingerprint
[src]

impl Hash for CertFingerprint
[src]

[src]

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

1.3.0
[src]

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

impl Debug for CertFingerprint
[src]

[src]

Formats the value using the given formatter.

impl Display for CertFingerprint
[src]

[src]

Formats the value using the given formatter. Read more

impl Serialize for CertFingerprint
[src]

[src]

Serialize this value into the given Serde serializer. Read more

impl<'de> Deserialize<'de> for CertFingerprint
[src]

[src]

Deserialize this value from the given Serde deserializer. Read more