pub struct FontGroup {
pub latin: String,
pub ea: String,
pub cs: String,
pub fonts: Vec<FontSchemeFont>,
}
Fields§
§latin: String
§ea: String
§cs: String
§fonts: Vec<FontSchemeFont>
Trait Implementations§
Source§impl ElementReader for FontGroup
impl ElementReader for FontGroup
fn read<R: Read>( r: &mut EventReader<R>, _attrs: &[OwnedAttribute], ) -> Result<Self, ReaderError>
impl StructuralPartialEq for FontGroup
Auto Trait Implementations§
impl Freeze for FontGroup
impl RefUnwindSafe for FontGroup
impl Send for FontGroup
impl Sync for FontGroup
impl Unpin for FontGroup
impl UnwindSafe for FontGroup
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