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