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