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