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