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