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