Struct fontconfig_parser::Match
source · [−]pub struct Match {
pub target: MatchTarget,
pub tests: Vec<Test>,
pub edits: Vec<Edit>,
}
Fields
target: MatchTarget
tests: Vec<Test>
edits: Vec<Edit>
Trait Implementations
sourceimpl From<Match> for ConfigPart
impl From<Match> for ConfigPart
impl StructuralPartialEq for Match
Auto Trait Implementations
impl RefUnwindSafe for Match
impl Send for Match
impl Sync for Match
impl Unpin for Match
impl UnwindSafe for Match
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