pub struct RParser<'config> { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'config> Freeze for RParser<'config>
impl<'config> RefUnwindSafe for RParser<'config>
impl<'config> Send for RParser<'config>
impl<'config> Sync for RParser<'config>
impl<'config> Unpin for RParser<'config>
impl<'config> UnwindSafe for RParser<'config>
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