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