pub struct PythonParser { /* private fields */ }Expand description
Parser for Python (.py) files.
Implementations§
Source§impl PythonParser
impl PythonParser
Trait Implementations§
Source§impl Default for PythonParser
impl Default for PythonParser
Source§impl LanguageParser for PythonParser
impl LanguageParser for PythonParser
Source§fn file_extensions(&self) -> &[&str]
fn file_extensions(&self) -> &[&str]
File extensions this parser handles (without leading dot).
Auto Trait Implementations§
impl Freeze for PythonParser
impl RefUnwindSafe for PythonParser
impl Send for PythonParser
impl Sync for PythonParser
impl Unpin for PythonParser
impl UnsafeUnpin for PythonParser
impl UnwindSafe for PythonParser
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