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