pub enum Reducability {
Reducible,
Strict,
}Variants§
Trait Implementations§
Source§impl Clone for Reducability
impl Clone for Reducability
Source§fn clone(&self) -> Reducability
fn clone(&self) -> Reducability
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 Reducability
impl Debug for Reducability
Source§impl Display for Reducability
impl Display for Reducability
Source§impl Hash for Reducability
impl Hash for Reducability
Source§impl Ord for Reducability
impl Ord for Reducability
Source§fn cmp(&self, other: &Reducability) -> Ordering
fn cmp(&self, other: &Reducability) -> Ordering
1.21.0 · 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 PartialEq for Reducability
impl PartialEq for Reducability
Source§impl PartialOrd for Reducability
impl PartialOrd for Reducability
impl Eq for Reducability
impl StructuralPartialEq for Reducability
Auto Trait Implementations§
impl Freeze for Reducability
impl RefUnwindSafe for Reducability
impl Send for Reducability
impl Sync for Reducability
impl Unpin for Reducability
impl UnsafeUnpin for Reducability
impl UnwindSafe for Reducability
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