Struct magic_wormhole::WormholeKey
source · [−]pub struct WormholeKey;Expand description
The type of main key of the Wormhole
Trait Implementations
sourceimpl Debug for WormholeKey
impl Debug for WormholeKey
impl KeyPurpose for WormholeKey
Auto Trait Implementations
impl RefUnwindSafe for WormholeKey
impl Send for WormholeKey
impl Sync for WormholeKey
impl Unpin for WormholeKey
impl UnwindSafe for WormholeKey
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