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> Freeze for OverrideContentType<'a>
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