Enum openssh_keys::Curve [−][src]
pub enum Curve {
Nistp256,
Nistp384,
Nistp521,
}Curves for ECDSA
Variants
Nistp256Nistp384Nistp521
Trait Implementations
impl Clone for Curve[src]
impl Clone for Curvefn clone(&self) -> Curve[src]
fn clone(&self) -> CurveReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for Curve[src]
impl Debug for Curvefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Copy for Curve[src]
impl Copy for Curveimpl PartialEq for Curve[src]
impl PartialEq for Curvefn eq(&self, other: &Curve) -> bool[src]
fn eq(&self, other: &Curve) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for Curve[src]
impl Eq for Curveimpl Hash for Curve[src]
impl Hash for Curvefn hash<__H: Hasher>(&self, state: &mut __H)[src]
fn hash<__H: Hasher>(&self, state: &mut __H)Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0
[src]Feeds a slice of this type into the given [Hasher]. Read more
impl Display for Curve[src]
impl Display for Curve