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