Enum fontconfig_parser::TestCompare [−][src]
pub enum TestCompare {
Eq,
NotEq,
Less,
LessEq,
More,
MoreEq,
Contains,
NotContains,
}
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TestCompare
impl Send for TestCompare
impl Sync for TestCompare
impl Unpin for TestCompare
impl UnwindSafe for TestCompare
Blanket Implementations
Mutably borrows from an owned value. Read more