pub struct QRExchange;Expand description
Key exchange via QR codes or manual transfer.
Implementations§
Source§impl QRExchange
impl QRExchange
Auto Trait Implementations§
impl Freeze for QRExchange
impl RefUnwindSafe for QRExchange
impl Send for QRExchange
impl Sync for QRExchange
impl Unpin for QRExchange
impl UnsafeUnpin for QRExchange
impl UnwindSafe for QRExchange
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more