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