Enum rustot::ota::encoding::json::Signature[][src]

pub enum Signature {
    Sha1Rsa(String<64>),
    Sha256Rsa(String<64>),
    Sha1Ecdsa(String<64>),
    Sha256Ecdsa(String<64>),
}

Variants

Sha1Rsa(String<64>)

Tuple Fields of Sha1Rsa

0: String<64>
Sha256Rsa(String<64>)

Tuple Fields of Sha256Rsa

0: String<64>
Sha1Ecdsa(String<64>)

Tuple Fields of Sha1Ecdsa

0: String<64>
Sha256Ecdsa(String<64>)

Tuple Fields of Sha256Ecdsa

0: String<64>

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

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 !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.