pub enum ActorControl {
Exit(),
}Variants§
Exit()
Auto Trait Implementations§
impl Freeze for ActorControl
impl RefUnwindSafe for ActorControl
impl Send for ActorControl
impl Sync for ActorControl
impl Unpin for ActorControl
impl UnwindSafe for ActorControl
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