pub struct PythonNode {
pub instance: PyObject,
}Fields§
§instance: PyObjectTrait Implementations§
Auto Trait Implementations§
impl Freeze for PythonNode
impl !RefUnwindSafe for PythonNode
impl Send for PythonNode
impl Sync for PythonNode
impl Unpin for PythonNode
impl UnwindSafe for PythonNode
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