pub enum EllipticCurveType {
NamedCurve = 3,
Unsupported = 4,
}
Variants§
Trait Implementations§
Source§impl Clone for EllipticCurveType
impl Clone for EllipticCurveType
Source§fn clone(&self) -> EllipticCurveType
fn clone(&self) -> EllipticCurveType
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for EllipticCurveType
impl Debug for EllipticCurveType
Source§impl From<u8> for EllipticCurveType
impl From<u8> for EllipticCurveType
Source§impl PartialEq for EllipticCurveType
impl PartialEq for EllipticCurveType
impl Copy for EllipticCurveType
impl Eq for EllipticCurveType
impl StructuralPartialEq for EllipticCurveType
Auto Trait Implementations§
impl Freeze for EllipticCurveType
impl RefUnwindSafe for EllipticCurveType
impl Send for EllipticCurveType
impl Sync for EllipticCurveType
impl Unpin for EllipticCurveType
impl UnwindSafe for EllipticCurveType
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more