Enum libcoreinst::io::IgnitionHash [−][src]
Expand description
Ignition-style message digests
Variants
Sha256(Vec<u8>)
SHA-256 digest.
Sha512(Vec<u8>)
SHA-512 digest.
Implementations
Trait Implementations
impl<'de> Deserialize<'de> for IgnitionHash where
Self: FromStr,
<Self as FromStr>::Err: Display,
impl<'de> Deserialize<'de> for IgnitionHash where
Self: FromStr,
<Self as FromStr>::Err: Display,
Deserialize this value from the given Serde deserializer. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
