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 for MatchTarget
impl PartialEq for MatchTarget
impl Copy for MatchTarget
impl Eq for MatchTarget
impl StructuralPartialEq for MatchTarget
Auto Trait Implementations§
impl Freeze for MatchTarget
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)