pub struct Address<A> { /* private fields */ }Expand description
A cloneable address which can be used to send messages to the associated Actor
This is a cheaply cloneable type and can be used to send an actor address to other actors, other runtimes, etc.
Implementations§
Trait Implementations§
impl<A> Send for Address<A>
impl<A> Sync for Address<A>
impl<A> Unpin for Address<A>
Auto Trait Implementations§
impl<A> Freeze for Address<A>
impl<A> RefUnwindSafe for Address<A>
impl<A> UnwindSafe for Address<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