Enum fontconfig_parser::ConfigPart
source · [−]pub enum ConfigPart {
Description(String),
SelectFont(SelectFont),
Dir(Dir),
CacheDir(CacheDir),
Include(Include),
Match(Match),
Config(Config),
Alias(Alias),
RemapDir(RemapDir),
ResetDirs,
}
Variants
Description(String)
SelectFont(SelectFont)
Dir(Dir)
CacheDir(CacheDir)
Include(Include)
Match(Match)
Config(Config)
Alias(Alias)
RemapDir(RemapDir)
ResetDirs
Trait Implementations
sourceimpl Clone for ConfigPart
impl Clone for ConfigPart
sourcefn clone(&self) -> ConfigPart
fn clone(&self) -> ConfigPart
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 ConfigPart
impl Debug for ConfigPart
sourceimpl From<Alias> for ConfigPart
impl From<Alias> for ConfigPart
sourceimpl From<CacheDir> for ConfigPart
impl From<CacheDir> for ConfigPart
sourceimpl From<Config> for ConfigPart
impl From<Config> for ConfigPart
sourceimpl From<Dir> for ConfigPart
impl From<Dir> for ConfigPart
sourceimpl From<Include> for ConfigPart
impl From<Include> for ConfigPart
sourceimpl From<Match> for ConfigPart
impl From<Match> for ConfigPart
sourceimpl From<RemapDir> for ConfigPart
impl From<RemapDir> for ConfigPart
sourceimpl From<SelectFont> for ConfigPart
impl From<SelectFont> for ConfigPart
sourcefn from(v: SelectFont) -> Self
fn from(v: SelectFont) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<ConfigPart> for ConfigPart
impl PartialEq<ConfigPart> for ConfigPart
sourcefn eq(&self, other: &ConfigPart) -> bool
fn eq(&self, other: &ConfigPart) -> bool
impl StructuralPartialEq for ConfigPart
Auto Trait Implementations
impl RefUnwindSafe for ConfigPart
impl Send for ConfigPart
impl Sync for ConfigPart
impl Unpin for ConfigPart
impl UnwindSafe for ConfigPart
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