pub struct OpenCC { /* private fields */ }
Expand description
OpenCC binding for Rust.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OpenCC
impl RefUnwindSafe 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