Struct chart_js_rs::types::Font
source · pub struct Font {
pub size: NumberString,
pub style: NumberString,
pub weight: NumberString,
pub lineHeight: NumberString,
}Fields§
§size: NumberString§style: NumberString§weight: NumberString§lineHeight: NumberStringTrait Implementations§
source§impl Ord for Font
impl Ord for Font
source§impl PartialEq for Font
impl PartialEq for Font
source§impl PartialOrd for Font
impl PartialOrd for Font
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Eq for Font
impl StructuralEq for Font
impl StructuralPartialEq for Font
Auto Trait Implementations§
impl RefUnwindSafe for Font
impl Send for Font
impl Sync for Font
impl Unpin for Font
impl UnwindSafe for Font
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