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