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
source§impl<'__input: 'a, 'a> XmlRead<'__input> for OverrideContentType<'a>
impl<'__input: 'a, 'a> XmlRead<'__input> for OverrideContentType<'a>
Auto Trait Implementations§
impl<'a> RefUnwindSafe for OverrideContentType<'a>
impl<'a> Send for OverrideContentType<'a>
impl<'a> Sync for OverrideContentType<'a>
impl<'a> Unpin for OverrideContentType<'a>
impl<'a> UnwindSafe for OverrideContentType<'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