pub struct AddActor<A>(pub Address<A>)
where
A: RemoteActor;Expand description
A command which is used to add an actor to a node.
Tuple Fields§
§0: Address<A>Trait Implementations§
Source§impl<A> Debug for AddActor<A>where
A: RemoteActor,
impl<A> Debug for AddActor<A>where
A: RemoteActor,
Auto Trait Implementations§
impl<A> Freeze for AddActor<A>
impl<A> RefUnwindSafe for AddActor<A>
impl<A> Send for AddActor<A>
impl<A> Sync for AddActor<A>
impl<A> Unpin for AddActor<A>
impl<A> UnsafeUnpin for AddActor<A>
impl<A> UnwindSafe for AddActor<A>
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