Struct docx_rust::content_type::OverrideContentType
source · [−]Fields
part: Cow<'a, str>
ty: Cow<'a, str>
Trait Implementations
sourceimpl<'a> Clone for OverrideContentType<'a>
impl<'a> Clone for OverrideContentType<'a>
sourcefn clone(&self) -> OverrideContentType<'a>
fn clone(&self) -> OverrideContentType<'a>
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl<'a> Debug for OverrideContentType<'a>
impl<'a> Debug for OverrideContentType<'a>
sourceimpl<'a> Default for OverrideContentType<'a>
impl<'a> Default for OverrideContentType<'a>
sourcefn default() -> OverrideContentType<'a>
fn default() -> OverrideContentType<'a>
Returns the “default value” for a type. Read more
sourceimpl<'__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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more