pub enum LanguageBits2 {
Slovenian,
Swedish,
Russian,
Turkish,
Latvian,
Ukrainian,
Arabic,
Farsi,
Value(u8),
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for LanguageBits2
impl Clone for LanguageBits2
Source§fn clone(&self) -> LanguageBits2
fn clone(&self) -> LanguageBits2
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 moreimpl Copy for LanguageBits2
Source§impl Debug for LanguageBits2
impl Debug for LanguageBits2
Source§impl Display for LanguageBits2
impl Display for LanguageBits2
impl Eq for LanguageBits2
Source§impl From<&str> for LanguageBits2
impl From<&str> for LanguageBits2
Source§impl From<i64> for LanguageBits2
impl From<i64> for LanguageBits2
Source§impl From<u8> for LanguageBits2
impl From<u8> for LanguageBits2
Source§impl Hash for LanguageBits2
impl Hash for LanguageBits2
Source§impl Ord for LanguageBits2
impl Ord for LanguageBits2
Source§fn cmp(&self, other: &LanguageBits2) -> Ordering
fn cmp(&self, other: &LanguageBits2) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for LanguageBits2
impl PartialEq for LanguageBits2
Source§impl PartialOrd for LanguageBits2
impl PartialOrd for LanguageBits2
Source§impl Serialize for LanguageBits2
impl Serialize for LanguageBits2
impl StructuralPartialEq for LanguageBits2
Auto Trait Implementations§
impl Freeze for LanguageBits2
impl RefUnwindSafe for LanguageBits2
impl Send for LanguageBits2
impl Sync for LanguageBits2
impl Unpin for LanguageBits2
impl UnsafeUnpin for LanguageBits2
impl UnwindSafe for LanguageBits2
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