pub struct Complexity(/* private fields */);Expand description
Encoder complexity wrapper in the range 0..=10.
Implementations§
Trait Implementations§
Source§impl Clone for Complexity
impl Clone for Complexity
Source§fn clone(&self) -> Complexity
fn clone(&self) -> Complexity
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for Complexity
Source§impl Debug for Complexity
impl Debug for Complexity
Source§impl Default for Complexity
impl Default for Complexity
impl Eq for Complexity
Source§impl PartialEq for Complexity
impl PartialEq for Complexity
Source§fn eq(&self, other: &Complexity) -> bool
fn eq(&self, other: &Complexity) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for Complexity
Auto Trait Implementations§
impl Freeze for Complexity
impl RefUnwindSafe for Complexity
impl Send for Complexity
impl Sync for Complexity
impl Unpin for Complexity
impl UnsafeUnpin for Complexity
impl UnwindSafe for Complexity
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