Struct magic_wormhole::GenericKey
source · [−]pub struct GenericKey;Expand description
A generic key purpose for ad-hoc subkeys or if you don’t care.
Trait Implementations
sourceimpl Debug for GenericKey
impl Debug for GenericKey
impl KeyPurpose for GenericKey
Auto Trait Implementations
impl RefUnwindSafe for GenericKey
impl Send for GenericKey
impl Sync for GenericKey
impl Unpin for GenericKey
impl UnwindSafe for GenericKey
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more