pub struct RemoveActor(pub ActorRef);Expand description
A command which is used to remove an actor from a node.
The actor is identified by its index or label. Returns false if no actor is found.
Tuple Fields§
§0: ActorRefTrait Implementations§
Source§impl Debug for RemoveActor
impl Debug for RemoveActor
Source§impl Handler<RemoveActor> for Node
impl Handler<RemoveActor> for Node
Auto Trait Implementations§
impl Freeze for RemoveActor
impl RefUnwindSafe for RemoveActor
impl Send for RemoveActor
impl Sync for RemoveActor
impl Unpin for RemoveActor
impl UnsafeUnpin for RemoveActor
impl UnwindSafe for RemoveActor
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