pub enum KeyAlg {
Ed25519Pair,
Blake2SMac256,
}Available on crate feature
core only.Variants§
Implementations§
Auto Trait Implementations§
impl Freeze for KeyAlg
impl RefUnwindSafe for KeyAlg
impl Send for KeyAlg
impl Sync for KeyAlg
impl Unpin for KeyAlg
impl UnwindSafe for KeyAlg
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