pub struct ScheduledNotify<A: Actor, M: Message> { /* private fields */ }Expand description
A handle to a scheduled notification, which can be created via scheduled_notify.
Implementations§
Auto Trait Implementations§
impl<A, M> Freeze for ScheduledNotify<A, M>
impl<A, M> RefUnwindSafe for ScheduledNotify<A, M>where
A: RefUnwindSafe,
M: RefUnwindSafe,
impl<A, M> Send for ScheduledNotify<A, M>
impl<A, M> Sync for ScheduledNotify<A, M>
impl<A, M> Unpin for ScheduledNotify<A, M>
impl<A, M> UnsafeUnpin for ScheduledNotify<A, M>
impl<A, M> UnwindSafe for ScheduledNotify<A, M>where
A: UnwindSafe,
M: UnwindSafe,
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