pub enum ECCFamily {
SecpR1,
}Expand description
Supported ecc family types.
Variants§
SecpR1
The only one compliant with CCA Security Model 1.0
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ECCFamily
impl RefUnwindSafe for ECCFamily
impl Send for ECCFamily
impl Sync for ECCFamily
impl Unpin for ECCFamily
impl UnsafeUnpin for ECCFamily
impl UnwindSafe for ECCFamily
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