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