pub struct PyMessage(pub Py<PyAny>);Expand description
Wraps a Python object so it can travel through the Rust Any-based message bus.
Tuple Fields§
§0: Py<PyAny>Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for PyMessage
impl Freeze for PyMessage
impl Send for PyMessage
impl Sync for PyMessage
impl Unpin for PyMessage
impl UnsafeUnpin for PyMessage
impl UnwindSafe for PyMessage
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