Enum fontconfig_parser::MatchTarget
source · pub enum MatchTarget {
Pattern,
Font,
Scan,
}
Variants§
Trait Implementations§
source§impl Clone for MatchTarget
impl Clone for MatchTarget
source§fn clone(&self) -> MatchTarget
fn clone(&self) -> MatchTarget
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for MatchTarget
impl Debug for MatchTarget
source§impl Default for MatchTarget
impl Default for MatchTarget
source§impl FromStr for MatchTarget
impl FromStr for MatchTarget
source§impl PartialEq<MatchTarget> for MatchTarget
impl PartialEq<MatchTarget> for MatchTarget
source§fn eq(&self, other: &MatchTarget) -> bool
fn eq(&self, other: &MatchTarget) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more