pub struct PythonParser {}
Implementations§
Source§impl PythonParser
impl PythonParser
Trait Implementations§
Source§impl Clone for PythonParser
impl Clone for PythonParser
Source§fn clone(&self) -> PythonParser
fn clone(&self) -> PythonParser
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for PythonParser
impl Debug for PythonParser
Source§impl Default for PythonParser
impl Default for PythonParser
Source§fn default() -> PythonParser
fn default() -> PythonParser
Returns the “default value” for a type. Read more
Source§impl DocsParser for PythonParser
impl DocsParser for PythonParser
Source§impl PartialEq for PythonParser
impl PartialEq for PythonParser
impl StructuralPartialEq for PythonParser
Auto Trait Implementations§
impl Freeze for PythonParser
impl RefUnwindSafe for PythonParser
impl Send for PythonParser
impl Sync for PythonParser
impl Unpin 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