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