Enum fontconfig_parser::TestTarget
source · [−]pub enum TestTarget {
Default,
Pattern,
Font,
Scan,
}
Variants
Default
Pattern
Font
Scan
Trait Implementations
sourceimpl Clone for TestTarget
impl Clone for TestTarget
sourcefn clone(&self) -> TestTarget
fn clone(&self) -> TestTarget
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 TestTarget
impl Debug for TestTarget
sourceimpl Default for TestTarget
impl Default for TestTarget
sourceimpl FromStr for TestTarget
impl FromStr for TestTarget
sourceimpl PartialEq<TestTarget> for TestTarget
impl PartialEq<TestTarget> for TestTarget
sourcefn eq(&self, other: &TestTarget) -> bool
fn eq(&self, other: &TestTarget) -> bool
impl Copy for TestTarget
impl Eq for TestTarget
impl StructuralEq for TestTarget
impl StructuralPartialEq for TestTarget
Auto Trait Implementations
impl RefUnwindSafe for TestTarget
impl Send for TestTarget
impl Sync for TestTarget
impl Unpin for TestTarget
impl UnwindSafe for TestTarget
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