pub enum KeyPairType {
Ed25519,
}
Expand description
key cryptography type
Variants§
Ed25519
Auto Trait Implementations§
impl Freeze for KeyPairType
impl RefUnwindSafe for KeyPairType
impl Send for KeyPairType
impl Sync for KeyPairType
impl Unpin for KeyPairType
impl UnwindSafe for KeyPairType
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