pub struct Qr<'m, C: Config> { /* private fields */ }
Expand description
Client to call the qr code generator API
Implementations§
Auto Trait Implementations§
impl<'m, C> Freeze for Qr<'m, C>
impl<'m, C> !RefUnwindSafe for Qr<'m, C>
impl<'m, C> Send for Qr<'m, C>where
C: Sync,
impl<'m, C> Sync for Qr<'m, C>where
C: Sync,
impl<'m, C> Unpin for Qr<'m, C>
impl<'m, C> !UnwindSafe for Qr<'m, C>
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