pub enum ContentTypePart {
Type,
Subtype,
Attribute(String),
}
Variants§
Trait Implementations§
Source§impl Clone for ContentTypePart
impl Clone for ContentTypePart
Source§fn clone(&self) -> ContentTypePart
fn clone(&self) -> ContentTypePart
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 Debug for ContentTypePart
impl Debug for ContentTypePart
Source§impl PartialEq for ContentTypePart
impl PartialEq for ContentTypePart
impl Eq for ContentTypePart
impl StructuralPartialEq for ContentTypePart
Auto Trait Implementations§
impl Freeze for ContentTypePart
impl RefUnwindSafe for ContentTypePart
impl Send for ContentTypePart
impl Sync for ContentTypePart
impl Unpin for ContentTypePart
impl UnwindSafe for ContentTypePart
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