pub struct StopRequest;Expand description
This is a stop message for actors.
Trait Implementations§
Source§impl Handler<StopRequest> for Delayer
impl Handler<StopRequest> for Delayer
Source§impl Handler<StopRequest> for Looper
impl Handler<StopRequest> for Looper
Auto Trait Implementations§
impl Freeze for StopRequest
impl RefUnwindSafe for StopRequest
impl Send for StopRequest
impl Sync for StopRequest
impl Unpin for StopRequest
impl UnwindSafe for StopRequest
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