pub struct PythonTimeEventCallback { /* private fields */ }Expand description
Wraps a Python callable that handles time events.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for PythonTimeEventCallback
impl Freeze for PythonTimeEventCallback
impl Send for PythonTimeEventCallback
impl Sync for PythonTimeEventCallback
impl Unpin for PythonTimeEventCallback
impl UnsafeUnpin for PythonTimeEventCallback
impl UnwindSafe for PythonTimeEventCallback
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