Struct docx_rust::settings::ThemeFontLang
source · pub struct ThemeFontLang<'a> {
pub val: Option<Cow<'a, str>>,
pub east_asia: Option<Cow<'a, str>>,
}
Fields§
§val: Option<Cow<'a, str>>
§east_asia: Option<Cow<'a, str>>
Trait Implementations§
source§impl<'a> Clone for ThemeFontLang<'a>
impl<'a> Clone for ThemeFontLang<'a>
source§fn clone(&self) -> ThemeFontLang<'a>
fn clone(&self) -> ThemeFontLang<'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 ThemeFontLang<'a>
impl<'a> Debug for ThemeFontLang<'a>
source§impl<'a> Default for ThemeFontLang<'a>
impl<'a> Default for ThemeFontLang<'a>
source§fn default() -> ThemeFontLang<'a>
fn default() -> ThemeFontLang<'a>
Returns the “default value” for a type. Read more