Enum tls_parser::tls_ec::ECParametersContent [] [src]

pub enum ECParametersContent<'a> {
    ExplicitPrime(ExplicitPrimeContent<'a>),
    ExplicitChar2(&'a [u8]),
    NamedCurve(u16),
}

Variants

Trait Implementations

impl<'a> Debug for ECParametersContent<'a>
[src]

Formats the value using the given formatter.

impl<'a> PartialEq for ECParametersContent<'a>
[src]

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

This method tests for !=.