pub struct GoModParser;Expand description
Parser for go.mod files.
Trait Implementations§
Source§impl ManifestParser for GoModParser
impl ManifestParser for GoModParser
Auto Trait Implementations§
impl Freeze for GoModParser
impl RefUnwindSafe for GoModParser
impl Send for GoModParser
impl Sync for GoModParser
impl Unpin for GoModParser
impl UnsafeUnpin for GoModParser
impl UnwindSafe for GoModParser
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