pub struct DictionaryConfig {
pub japanese: Option<ScriptDictionary>,
pub hangul: Option<ScriptDictionary>,
}Fields§
§japanese: Option<ScriptDictionary>§hangul: Option<ScriptDictionary>Trait Implementations§
Source§impl Clone for DictionaryConfig
impl Clone for DictionaryConfig
Source§fn clone(&self) -> DictionaryConfig
fn clone(&self) -> DictionaryConfig
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 DictionaryConfig
impl Debug for DictionaryConfig
Source§impl Default for DictionaryConfig
impl Default for DictionaryConfig
Source§fn default() -> DictionaryConfig
fn default() -> DictionaryConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DictionaryConfig
impl<'de> Deserialize<'de> for DictionaryConfig
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
Auto Trait Implementations§
impl Freeze for DictionaryConfig
impl RefUnwindSafe for DictionaryConfig
impl Send for DictionaryConfig
impl Sync for DictionaryConfig
impl Unpin for DictionaryConfig
impl UnsafeUnpin for DictionaryConfig
impl UnwindSafe for DictionaryConfig
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