pub struct WithExtra<P: Parser> { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl<P> Freeze for WithExtra<P>where
P: Freeze,
impl<P> !RefUnwindSafe for WithExtra<P>
impl<P> !Send for WithExtra<P>
impl<P> !Sync for WithExtra<P>
impl<P> Unpin for WithExtra<P>where
P: Unpin,
impl<P> !UnwindSafe for WithExtra<P>
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