pub struct PythonTool {}
Implementations§
Source§impl PythonTool
impl PythonTool
Trait Implementations§
Source§impl Default for PythonTool
impl Default for PythonTool
Auto Trait Implementations§
impl Freeze for PythonTool
impl RefUnwindSafe for PythonTool
impl Send for PythonTool
impl Sync for PythonTool
impl Unpin for PythonTool
impl UnwindSafe for PythonTool
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