pub enum TestWarnMode {
Normal,
Allow,
Store,
}Expand description
Output mode for the testC/ltests warning sink.
Variants§
Trait Implementations§
Source§impl Clone for TestWarnMode
impl Clone for TestWarnMode
Source§fn clone(&self) -> TestWarnMode
fn clone(&self) -> TestWarnMode
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 moreSource§impl Debug for TestWarnMode
impl Debug for TestWarnMode
Source§impl PartialEq for TestWarnMode
impl PartialEq for TestWarnMode
Source§fn eq(&self, other: &TestWarnMode) -> bool
fn eq(&self, other: &TestWarnMode) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for TestWarnMode
impl Eq for TestWarnMode
impl StructuralPartialEq for TestWarnMode
Auto Trait Implementations§
impl Freeze for TestWarnMode
impl RefUnwindSafe for TestWarnMode
impl Send for TestWarnMode
impl Sync for TestWarnMode
impl Unpin for TestWarnMode
impl UnsafeUnpin for TestWarnMode
impl UnwindSafe for TestWarnMode
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