Struct docx_reader::FontSchemeFont
source · pub struct FontSchemeFont {
pub script: String,
pub typeface: String,
}Fields§
§script: String§typeface: StringTrait 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§fn eq(&self, other: &FontSchemeFont) -> bool
fn eq(&self, other: &FontSchemeFont) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for FontSchemeFont
impl Serialize for FontSchemeFont
impl StructuralPartialEq for FontSchemeFont
Auto Trait Implementations§
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