pub enum TextMimeType {
TextPlain,
ApplicationJson,
}Variants§
Trait Implementations§
Source§impl Clone for TextMimeType
impl Clone for TextMimeType
Source§fn clone(&self) -> TextMimeType
fn clone(&self) -> TextMimeType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 TextMimeType
impl Debug for TextMimeType
Source§impl<'de> Deserialize<'de> for TextMimeType
impl<'de> Deserialize<'de> for TextMimeType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for TextMimeType
impl PartialEq for TextMimeType
Source§impl Serialize for TextMimeType
impl Serialize for TextMimeType
impl StructuralPartialEq for TextMimeType
Auto Trait Implementations§
impl Freeze for TextMimeType
impl RefUnwindSafe for TextMimeType
impl Send for TextMimeType
impl Sync for TextMimeType
impl Unpin for TextMimeType
impl UnsafeUnpin for TextMimeType
impl UnwindSafe for TextMimeType
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