pub struct QrCoder(/* private fields */);Expand description
QR code decoder
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for QrCoder
impl RefUnwindSafe for QrCoder
impl !Send for QrCoder
impl !Sync for QrCoder
impl Unpin for QrCoder
impl UnwindSafe for QrCoder
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