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