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