pub struct FontAssignment {
pub scope: String,
pub font: FontSpec,
pub specificity: usize,
pub is_active: bool,
}Fields§
§scope: String§font: FontSpec§specificity: usize§is_active: boolTrait Implementations§
Source§impl Clone for FontAssignment
impl Clone for FontAssignment
Source§fn clone(&self) -> FontAssignment
fn clone(&self) -> FontAssignment
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for FontAssignment
impl RefUnwindSafe for FontAssignment
impl Send for FontAssignment
impl Sync for FontAssignment
impl Unpin for FontAssignment
impl UnsafeUnpin for FontAssignment
impl UnwindSafe for FontAssignment
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