pub struct StopMessage;
Expand description
The actix message indicating that the client is about to stop
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StopMessage
impl RefUnwindSafe for StopMessage
impl Send for StopMessage
impl Sync for StopMessage
impl Unpin for StopMessage
impl UnwindSafe for StopMessage
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