pub struct PythonLanguageParser { /* private fields */ }
Expand description
Adapter that implements codeprism’s LanguageParser trait
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for PythonLanguageParser
impl RefUnwindSafe for PythonLanguageParser
impl Send for PythonLanguageParser
impl Sync for PythonLanguageParser
impl Unpin for PythonLanguageParser
impl UnwindSafe for PythonLanguageParser
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