Struct magic_wormhole::transit::TransitKey
source · [−]pub struct TransitKey;Trait Implementations
sourceimpl Debug for TransitKey
impl Debug for TransitKey
impl KeyPurpose for TransitKey
Auto Trait Implementations
impl RefUnwindSafe for TransitKey
impl Send for TransitKey
impl Sync for TransitKey
impl Unpin for TransitKey
impl UnwindSafe for TransitKey
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