pub struct OpenCC { /* private fields */ }Expand description
核心的 OpenCC 转换器
Implementations§
Auto Trait Implementations§
impl Freeze for OpenCC
impl !RefUnwindSafe for OpenCC
impl Send for OpenCC
impl Sync for OpenCC
impl Unpin for OpenCC
impl !UnwindSafe for OpenCC
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