Struct jpreprocess::JPreprocessConfig
source · pub struct JPreprocessConfig {
pub dictionary: SystemDictionaryConfig,
pub user_dictionary: Option<UserDictionaryConfig>,
}Fields§
§dictionary: SystemDictionaryConfig§user_dictionary: Option<UserDictionaryConfig>Auto Trait Implementations§
impl RefUnwindSafe for JPreprocessConfig
impl Send for JPreprocessConfig
impl Sync for JPreprocessConfig
impl Unpin for JPreprocessConfig
impl UnwindSafe for JPreprocessConfig
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