pub enum EccType {
ECDH,
ECDSA,
EdDSA,
}Expand description
A marker to distinguish between elliptic curve algorithms (ECDH, ECDSA, EdDSA)
Variants§
Trait Implementations§
impl Copy for EccType
impl Eq for EccType
impl StructuralPartialEq for EccType
Auto Trait Implementations§
impl Freeze for EccType
impl RefUnwindSafe for EccType
impl Send for EccType
impl Sync for EccType
impl Unpin for EccType
impl UnwindSafe for EccType
Blanket Implementations§
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