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