Struct thrussh_keys::signature::SignatureBytes[][src]

pub struct SignatureBytes(pub [u8; 64]);

Trait Implementations

impl AsRef<[u8]> for SignatureBytes
[src]

Important traits for &'a [u8]

Performs the conversion.

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

Deserialize this value from the given Serde deserializer. Read more

impl Serialize for SignatureBytes
[src]

Serialize this value into the given Serde serializer. Read more

impl Debug for SignatureBytes
[src]

Formats the value using the given formatter. Read more

impl Clone for SignatureBytes
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations