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