Enum fontconfig_parser::TestQual
source · pub enum TestQual {
Any,
All,
}
Variants§
Trait Implementations§
source§impl PartialEq<TestQual> for TestQual
impl PartialEq<TestQual> for TestQual
impl Copy for TestQual
impl Eq for TestQual
impl StructuralEq for TestQual
impl StructuralPartialEq for TestQual
Auto Trait Implementations§
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