pub enum TestQual {
Any,
All,
}
Variants§
Trait Implementations§
impl Copy for TestQual
impl Eq for TestQual
impl StructuralPartialEq for TestQual
Auto Trait Implementations§
impl Freeze for TestQual
impl RefUnwindSafe for TestQual
impl Send for TestQual
impl Sync for TestQual
impl Unpin for TestQual
impl UnwindSafe for TestQual
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