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