pub struct CedictParser;Trait Implementations§
Auto Trait Implementations§
impl Freeze for CedictParser
impl RefUnwindSafe for CedictParser
impl Send for CedictParser
impl Sync for CedictParser
impl Unpin for CedictParser
impl UnsafeUnpin for CedictParser
impl UnwindSafe for CedictParser
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