pub struct FontName {
pub val: String,
}Expand description
Font name.
Fields§
§val: StringTrait Implementations§
Source§impl<'de> Deserialize<'de> for FontName
impl<'de> Deserialize<'de> for FontName
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
impl StructuralPartialEq for FontName
Auto Trait Implementations§
impl Freeze for FontName
impl RefUnwindSafe for FontName
impl Send for FontName
impl Sync for FontName
impl Unpin for FontName
impl UnwindSafe for FontName
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