Enum fontconfig_parser::TestQual
source · [−]pub enum TestQual {
Any,
All,
}
Variants
Any
All
Trait Implementations
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more