pub struct PythonValidator { /* private fields */ }Expand description
Validates Python syntax in package.py files.
Implementations§
Trait Implementations§
Source§impl Default for PythonValidator
impl Default for PythonValidator
Source§impl Validator for PythonValidator
impl Validator for PythonValidator
Auto Trait Implementations§
impl Freeze for PythonValidator
impl RefUnwindSafe for PythonValidator
impl Send for PythonValidator
impl Sync for PythonValidator
impl Unpin for PythonValidator
impl UnsafeUnpin for PythonValidator
impl UnwindSafe for PythonValidator
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