<spanid='variant.L'class='variant'><code>L</code></span><divclass='docblock'><p>Low error correction. Allows up to 7% of wrong blocks.</p>
</div><spanid='variant.M'class='variant'><code>M</code></span><divclass='docblock'><p>Medium error correction (default). Allows up to 15% of wrong blocks.</p>
</div><spanid='variant.Q'class='variant'><code>Q</code></span><divclass='docblock'><p>"Quartile" error correction. Allows up to 25% of wrong blocks.</p>
</div><spanid='variant.H'class='variant'><code>H</code></span><divclass='docblock'><p>High error correction. Allows up to 30% of wrong blocks.</p>
</div><h2id='implementations'>Trait Implementations</h2><h3id='derived_implementations'>Derived Implementations </h3><h3class='impl'><spanclass='in-band'><code>impl <aclass='trait'href='https://doc.rust-lang.org/nightly/core/cmp/trait.Ord.html'title='core::cmp::Ord'>Ord</a> for <aclass='enum'href='../../qrcode/types/enum.EcLevel.html'title='qrcode::types::EcLevel'>EcLevel</a></code></span><spanclass='out-of-band'><divclass='ghost'></div><aid='src-56'class='srclink'href='../../src/qrcode/src/types.rs.html#51'title='goto source code'>[src]</a></span></h3>
<divclass='docblock'><p>This method returns an <code>Ordering</code> between <code>self</code> and <code>other</code>. <ahref="https://doc.rust-lang.org/nightly/core/cmp/trait.Ord.html#tymethod.cmp">Read more</a></p>
</div></div><h3class='impl'><spanclass='in-band'><code>impl <aclass='trait'href='https://doc.rust-lang.org/nightly/core/cmp/trait.PartialOrd.html'title='core::cmp::PartialOrd'>PartialOrd</a> for <aclass='enum'href='../../qrcode/types/enum.EcLevel.html'title='qrcode::types::EcLevel'>EcLevel</a></code></span><spanclass='out-of-band'><divclass='ghost'></div><aid='src-62'class='srclink'href='../../src/qrcode/src/types.rs.html#51'title='goto source code'>[src]</a></span></h3>
<divclass='docblock'><p>This method returns an ordering between <code>self</code> and <code>other</code> values if one exists. <ahref="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialOrd.html#tymethod.partial_cmp">Read more</a></p>
</div><h4id='method.lt'class='method'><code>fn <ahref='https://doc.rust-lang.org/nightly/core/cmp/trait.PartialOrd.html#method.lt'class='fnname'>lt</a>(&self, other: &Rhs) -><aclass='primitive'href='https://doc.rust-lang.org/nightly/std/primitive.bool.html'>bool</a></code><divclass='since'title='Stable since Rust version 1.0.0'>1.0.0</div></h4>
<divclass='docblock'><p>This method tests less than (for <code>self</code> and <code>other</code>) and is used by the <code><</code> operator. <ahref="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialOrd.html#method.lt">Read more</a></p>
</div><h4id='method.le'class='method'><code>fn <ahref='https://doc.rust-lang.org/nightly/core/cmp/trait.PartialOrd.html#method.le'class='fnname'>le</a>(&self, other: &Rhs) -><aclass='primitive'href='https://doc.rust-lang.org/nightly/std/primitive.bool.html'>bool</a></code><divclass='since'title='Stable since Rust version 1.0.0'>1.0.0</div></h4>
<divclass='docblock'><p>This method tests less than or equal to (for <code>self</code> and <code>other</code>) and is used by the <code><=</code> operator. <ahref="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialOrd.html#method.le">Read more</a></p>
</div><h4id='method.gt'class='method'><code>fn <ahref='https://doc.rust-lang.org/nightly/core/cmp/trait.PartialOrd.html#method.gt'class='fnname'>gt</a>(&self, other: &Rhs) -><aclass='primitive'href='https://doc.rust-lang.org/nightly/std/primitive.bool.html'>bool</a></code><divclass='since'title='Stable since Rust version 1.0.0'>1.0.0</div></h4>
<divclass='docblock'><p>This method tests greater than (for <code>self</code> and <code>other</code>) and is used by the <code>></code> operator. <ahref="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialOrd.html#method.gt">Read more</a></p>
</div><h4id='method.ge'class='method'><code>fn <ahref='https://doc.rust-lang.org/nightly/core/cmp/trait.PartialOrd.html#method.ge'class='fnname'>ge</a>(&self, other: &Rhs) -><aclass='primitive'href='https://doc.rust-lang.org/nightly/std/primitive.bool.html'>bool</a></code><divclass='since'title='Stable since Rust version 1.0.0'>1.0.0</div></h4>
<divclass='docblock'><p>This method tests greater than or equal to (for <code>self</code> and <code>other</code>) and is used by the <code>>=</code> operator. <ahref="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialOrd.html#method.ge">Read more</a></p>
</div></div><h3class='impl'><spanclass='in-band'><code>impl <aclass='trait'href='https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html'title='core::clone::Clone'>Clone</a> for <aclass='enum'href='../../qrcode/types/enum.EcLevel.html'title='qrcode::types::EcLevel'>EcLevel</a></code></span><spanclass='out-of-band'><divclass='ghost'></div><aid='src-68'class='srclink'href='../../src/qrcode/src/types.rs.html#51'title='goto source code'>[src]</a></span></h3>
<divclass='docblock'><p>Returns a copy of the value. <ahref="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#tymethod.clone">Read more</a></p>
</div><h4id='method.clone_from'class='method'><code>fn <ahref='https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#method.clone_from'class='fnname'>clone_from</a>(&mut self, source: &Self)</code><divclass='since'title='Stable since Rust version 1.0.0'>1.0.0</div></h4>
<divclass='docblock'><p>Performs copy-assignment from <code>source</code>. <ahref="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#method.clone_from">Read more</a></p>
</div></div><h3class='impl'><spanclass='in-band'><code>impl <aclass='trait'href='https://doc.rust-lang.org/nightly/core/marker/trait.Copy.html'title='core::marker::Copy'>Copy</a> for <aclass='enum'href='../../qrcode/types/enum.EcLevel.html'title='qrcode::types::EcLevel'>EcLevel</a></code></span><spanclass='out-of-band'><divclass='ghost'></div><aid='src-71'class='srclink'href='../../src/qrcode/src/types.rs.html#51'title='goto source code'>[src]</a></span></h3>
<divclass='impl-items'></div><h3class='impl'><spanclass='in-band'><code>impl <aclass='trait'href='https://doc.rust-lang.org/nightly/core/cmp/trait.Eq.html'title='core::cmp::Eq'>Eq</a> for <aclass='enum'href='../../qrcode/types/enum.EcLevel.html'title='qrcode::types::EcLevel'>EcLevel</a></code></span><spanclass='out-of-band'><divclass='ghost'></div><aid='src-72'class='srclink'href='../../src/qrcode/src/types.rs.html#51'title='goto source code'>[src]</a></span></h3>
<divclass='impl-items'></div><h3class='impl'><spanclass='in-band'><code>impl <aclass='trait'href='https://doc.rust-lang.org/nightly/core/cmp/trait.PartialEq.html'title='core::cmp::PartialEq'>PartialEq</a> for <aclass='enum'href='../../qrcode/types/enum.EcLevel.html'title='qrcode::types::EcLevel'>EcLevel</a></code></span><spanclass='out-of-band'><divclass='ghost'></div><aid='src-75'class='srclink'href='../../src/qrcode/src/types.rs.html#51'title='goto source code'>[src]</a></span></h3>
<divclass='docblock'><p>This method tests for <code>self</code> and <code>other</code> values to be equal, and is used by <code>==</code>. <ahref="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialEq.html#tymethod.eq">Read more</a></p>
</div><h4id='method.ne'class='method'><code>fn <ahref='https://doc.rust-lang.org/nightly/core/cmp/trait.PartialEq.html#method.ne'class='fnname'>ne</a>(&self, other: &Rhs) -><aclass='primitive'href='https://doc.rust-lang.org/nightly/std/primitive.bool.html'>bool</a></code><divclass='since'title='Stable since Rust version 1.0.0'>1.0.0</div></h4>
<divclass='docblock'><p>This method tests for <code>!=</code>.</p>
</div></div><h3class='impl'><spanclass='in-band'><code>impl <aclass='trait'href='https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html'title='core::fmt::Debug'>Debug</a> for <aclass='enum'href='../../qrcode/types/enum.EcLevel.html'title='qrcode::types::EcLevel'>EcLevel</a></code></span><spanclass='out-of-band'><divclass='ghost'></div><aid='src-81'class='srclink'href='../../src/qrcode/src/types.rs.html#51'title='goto source code'>[src]</a></span></h3>