pub enum Ignored {
Yes,
No,
}
Expand description
A boolean-like enum used to mark whether a piece of code is ignored.
Variants§
Implementations§
Trait Implementations§
impl Copy for Ignored
impl Eq for Ignored
impl StructuralPartialEq for Ignored
Auto Trait Implementations§
impl Freeze for Ignored
impl RefUnwindSafe for Ignored
impl Send for Ignored
impl Sync for Ignored
impl Unpin for Ignored
impl UnwindSafe for Ignored
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