Struct fontconfig_parser::Match [−][src]
pub struct Match<'a> {
pub target: MatchTarget,
pub tests: Vec<Test<'a>>,
pub edits: Vec<Edit<'a>>,
}
Fields
target: MatchTarget
tests: Vec<Test<'a>>
edits: Vec<Edit<'a>>
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for Match<'a>
impl<'a> UnwindSafe for Match<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more