pub struct FontsSpec {
pub title: Option<FontSpec>,
pub axis: Option<FontSpec>,
pub data_label: Option<FontSpec>,
}Fields§
§title: Option<FontSpec>§axis: Option<FontSpec>§data_label: Option<FontSpec>Trait Implementations§
Source§impl<'de> Deserialize<'de> for FontsSpec
impl<'de> Deserialize<'de> for FontsSpec
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for FontsSpec
impl RefUnwindSafe for FontsSpec
impl Send for FontsSpec
impl Sync for FontsSpec
impl Unpin for FontsSpec
impl UnsafeUnpin for FontsSpec
impl UnwindSafe for FontsSpec
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