pub enum DictionaryLanguage {
Japanese,
Hangul,
}Variants§
Trait Implementations§
Source§impl Clone for DictionaryLanguage
impl Clone for DictionaryLanguage
Source§fn clone(&self) -> DictionaryLanguage
fn clone(&self) -> DictionaryLanguage
Returns a duplicate 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 DictionaryLanguage
impl Debug for DictionaryLanguage
Source§impl<'de> Deserialize<'de> for DictionaryLanguage
impl<'de> Deserialize<'de> for DictionaryLanguage
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 DictionaryLanguage
impl PartialEq for DictionaryLanguage
Source§impl Serialize for DictionaryLanguage
impl Serialize for DictionaryLanguage
impl Copy for DictionaryLanguage
impl Eq for DictionaryLanguage
impl StructuralPartialEq for DictionaryLanguage
Auto Trait Implementations§
impl Freeze for DictionaryLanguage
impl RefUnwindSafe for DictionaryLanguage
impl Send for DictionaryLanguage
impl Sync for DictionaryLanguage
impl Unpin for DictionaryLanguage
impl UnsafeUnpin for DictionaryLanguage
impl UnwindSafe for DictionaryLanguage
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