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