pub struct FontSchemeFont {
pub script: String,
pub typeface: String,
}
Fields§
§script: String
§typeface: String
Trait Implementations§
Source§impl Clone for FontSchemeFont
impl Clone for FontSchemeFont
Source§fn clone(&self) -> FontSchemeFont
fn clone(&self) -> FontSchemeFont
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 FontSchemeFont
impl Debug for FontSchemeFont
Source§impl PartialEq for FontSchemeFont
impl PartialEq for FontSchemeFont
Source§impl Serialize for FontSchemeFont
impl Serialize for FontSchemeFont
impl StructuralPartialEq for FontSchemeFont
Auto Trait Implementations§
impl Freeze for FontSchemeFont
impl RefUnwindSafe for FontSchemeFont
impl Send for FontSchemeFont
impl Sync for FontSchemeFont
impl Unpin for FontSchemeFont
impl UnwindSafe for FontSchemeFont
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