Struct docx_rust::document::FontScheme
source · pub struct FontScheme<'a> {
pub name: Option<Cow<'a, str>>,
pub major_font: MajorFont<'a>,
pub minor_font: MinorFont<'a>,
pub ext_lst: Option<ExtLst>,
}
Fields§
§name: Option<Cow<'a, str>>
§major_font: MajorFont<'a>
§minor_font: MinorFont<'a>
§ext_lst: Option<ExtLst>
Trait Implementations§
source§impl<'a> Clone for FontScheme<'a>
impl<'a> Clone for FontScheme<'a>
source§fn clone(&self) -> FontScheme<'a>
fn clone(&self) -> FontScheme<'a>
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<'a> Debug for FontScheme<'a>
impl<'a> Debug for FontScheme<'a>
source§impl<'a> Default for FontScheme<'a>
impl<'a> Default for FontScheme<'a>
source§fn default() -> FontScheme<'a>
fn default() -> FontScheme<'a>
Returns the “default value” for a type. Read more
source§impl<'__input: 'a, 'a> XmlRead<'__input> for FontScheme<'a>
impl<'__input: 'a, 'a> XmlRead<'__input> for FontScheme<'a>
Auto Trait Implementations§
impl<'a> RefUnwindSafe for FontScheme<'a>
impl<'a> Send for FontScheme<'a>
impl<'a> Sync for FontScheme<'a>
impl<'a> Unpin for FontScheme<'a>
impl<'a> UnwindSafe for FontScheme<'a>
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