Enum rustls::internal::msgs::enums::SignatureAlgorithm [] [src]

pub enum SignatureAlgorithm {
    Anonymous,
    RSA,
    DSA,
    ECDSA,
    Unknown(u8),
}

Variants

Methods

impl SignatureAlgorithm
[src]

Trait Implementations

impl Clone for SignatureAlgorithm
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for SignatureAlgorithm
[src]

impl PartialEq for SignatureAlgorithm
[src]

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

This method tests for !=.

impl Debug for SignatureAlgorithm
[src]

Formats the value using the given formatter.

impl Codec for SignatureAlgorithm
[src]