Enum cosmic_text::FamilyOwned
source · pub enum FamilyOwned {
Name(String),
Serif,
SansSerif,
Cursive,
Fantasy,
Monospace,
}Expand description
An owned version of Family
Variants§
Implementations§
Trait Implementations§
source§impl Clone for FamilyOwned
impl Clone for FamilyOwned
source§fn clone(&self) -> FamilyOwned
fn clone(&self) -> FamilyOwned
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 FamilyOwned
impl Debug for FamilyOwned
source§impl Hash for FamilyOwned
impl Hash for FamilyOwned
source§impl PartialEq<FamilyOwned> for FamilyOwned
impl PartialEq<FamilyOwned> for FamilyOwned
source§fn eq(&self, other: &FamilyOwned) -> bool
fn eq(&self, other: &FamilyOwned) -> bool
This method tests for
self and other values to be equal, and is used
by ==.