Enum rain_metadata::ContentType
source · pub enum ContentType {
None,
Json,
Cbor,
OctetStream,
}Expand description
Content type of a cbor meta map
Variants§
Trait Implementations§
source§impl Clone for ContentType
impl Clone for ContentType
source§fn clone(&self) -> ContentType
fn clone(&self) -> ContentType
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 ContentType
impl Debug for ContentType
source§impl<'de> Deserialize<'de> for ContentType
impl<'de> Deserialize<'de> for ContentType
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 Display for ContentType
impl Display for ContentType
source§impl FromStr for ContentType
impl FromStr for ContentType
source§impl IntoEnumIterator for ContentType
impl IntoEnumIterator for ContentType
type Iterator = ContentTypeIter
fn iter() -> ContentTypeIter ⓘ
source§impl PartialEq for ContentType
impl PartialEq for ContentType
source§fn eq(&self, other: &ContentType) -> bool
fn eq(&self, other: &ContentType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for ContentType
impl Serialize for ContentType
source§impl TryFrom<&str> for ContentType
impl TryFrom<&str> for ContentType
impl Copy for ContentType
impl StructuralPartialEq for ContentType
Auto Trait Implementations§
impl RefUnwindSafe for ContentType
impl Send for ContentType
impl Sync for ContentType
impl Unpin for ContentType
impl UnwindSafe for ContentType
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