Enum fontconfig_parser::MatchTarget
source · [−]pub enum MatchTarget {
Pattern,
Font,
Scan,
}
Variants
Pattern
Font
Scan
Trait Implementations
sourceimpl Clone for MatchTarget
impl Clone for MatchTarget
sourcefn clone(&self) -> MatchTarget
fn clone(&self) -> MatchTarget
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for MatchTarget
impl Debug for MatchTarget
sourceimpl Default for MatchTarget
impl Default for MatchTarget
sourceimpl FromStr for MatchTarget
impl FromStr for MatchTarget
sourceimpl PartialEq<MatchTarget> for MatchTarget
impl PartialEq<MatchTarget> for MatchTarget
sourcefn eq(&self, other: &MatchTarget) -> bool
fn eq(&self, other: &MatchTarget) -> bool
impl Copy for MatchTarget
impl Eq for MatchTarget
impl StructuralEq for MatchTarget
impl StructuralPartialEq for MatchTarget
Auto Trait Implementations
impl RefUnwindSafe for MatchTarget
impl Send for MatchTarget
impl Sync for MatchTarget
impl Unpin for MatchTarget
impl UnwindSafe for MatchTarget
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