pub struct StopSignal;
Expand description
Stops the actor receiving this signal.
Normally you should use AddrSignalExt::stop
method instead of
sending it to actors directly.
Trait Implementations§
Source§impl Clone for StopSignal
impl Clone for StopSignal
Source§fn clone(&self) -> StopSignal
fn clone(&self) -> StopSignal
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for StopSignal
impl Debug for StopSignal
Source§impl Message for StopSignal
impl Message for StopSignal
impl Copy for StopSignal
Auto Trait Implementations§
impl Freeze for StopSignal
impl RefUnwindSafe for StopSignal
impl Send for StopSignal
impl Sync for StopSignal
impl Unpin for StopSignal
impl UnwindSafe for StopSignal
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