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