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