pub struct Version(/* private fields */);Available on crate feature
qr only.Expand description
A validated Model 2 QR Code version.
Implementations§
Trait Implementations§
impl Copy for QrVersion
impl Eq for QrVersion
Source§impl Ord for QrVersion
impl Ord for QrVersion
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for QrVersion
impl PartialOrd for QrVersion
impl StructuralPartialEq for QrVersion
Auto Trait Implementations§
impl Freeze for QrVersion
impl RefUnwindSafe for QrVersion
impl Send for QrVersion
impl Sync for QrVersion
impl Unpin for QrVersion
impl UnsafeUnpin for QrVersion
impl UnwindSafe for QrVersion
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