pub enum CorrectionLevel {
Low,
Medium,
Quartile,
High,
}Expand description
QR error correction level.
Variants§
Trait Implementations§
Source§impl Clone for CorrectionLevel
impl Clone for CorrectionLevel
Source§fn clone(&self) -> CorrectionLevel
fn clone(&self) -> CorrectionLevel
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CorrectionLevel
impl Debug for CorrectionLevel
Source§impl Display for CorrectionLevel
impl Display for CorrectionLevel
Source§impl FromStr for CorrectionLevel
impl FromStr for CorrectionLevel
Source§impl PartialEq for CorrectionLevel
impl PartialEq for CorrectionLevel
impl Copy for CorrectionLevel
impl Eq for CorrectionLevel
impl StructuralPartialEq for CorrectionLevel
Auto Trait Implementations§
impl Freeze for CorrectionLevel
impl RefUnwindSafe for CorrectionLevel
impl Send for CorrectionLevel
impl Sync for CorrectionLevel
impl Unpin for CorrectionLevel
impl UnsafeUnpin for CorrectionLevel
impl UnwindSafe for CorrectionLevel
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