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