pub enum Match {
No,
Yes,
Inverted,
}
Variants§
Trait Implementations§
source§impl Ord for Match
impl Ord for Match
source§impl PartialEq for Match
impl PartialEq for Match
source§impl PartialOrd for Match
impl PartialOrd for Match
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for Match
impl Eq for Match
impl StructuralEq for Match
impl StructuralPartialEq for Match
Auto Trait Implementations§
impl RefUnwindSafe for Match
impl Send for Match
impl Sync for Match
impl Unpin for Match
impl UnwindSafe for Match
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