pub struct BundlerParser;Expand description
Parser for Gemfile manifests.
Trait Implementations§
Source§impl ManifestParser for BundlerParser
impl ManifestParser for BundlerParser
Source§type Dependency = BundlerDependency
type Dependency = BundlerDependency
Parsed dependency type for this ecosystem.
Source§type ParseResult = BundlerParseResult
type ParseResult = BundlerParseResult
Parse result containing dependencies and optional workspace information.
Auto Trait Implementations§
impl Freeze for BundlerParser
impl RefUnwindSafe for BundlerParser
impl Send for BundlerParser
impl Sync for BundlerParser
impl Unpin for BundlerParser
impl UnsafeUnpin for BundlerParser
impl UnwindSafe for BundlerParser
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