pub enum KernelMsg {
TerminateActor,
RestartActor,
RunActor,
Sys(ActorSystem),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for KernelMsg
impl !RefUnwindSafe for KernelMsg
impl Send for KernelMsg
impl Sync for KernelMsg
impl Unpin for KernelMsg
impl UnsafeUnpin for KernelMsg
impl !UnwindSafe for KernelMsg
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