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