pub struct GetRemoteActor {
pub session: SessionHandle,
pub actor: ActorHandle,
}Expand description
A command which is used to get the address of an actor in a remote node.
Fields§
§session: SessionHandle§actor: ActorHandleTrait Implementations§
Source§impl Debug for GetRemoteActor
impl Debug for GetRemoteActor
Source§impl Handler<GetRemoteActor> for Node
impl Handler<GetRemoteActor> for Node
Source§type Result = FutureMessageResult<GetRemoteActor>
type Result = FutureMessageResult<GetRemoteActor>
The return type of the handler, which must implement
MessageResponse.Source§impl Message for GetRemoteActor
impl Message for GetRemoteActor
Auto Trait Implementations§
impl Freeze for GetRemoteActor
impl RefUnwindSafe for GetRemoteActor
impl Send for GetRemoteActor
impl Sync for GetRemoteActor
impl Unpin for GetRemoteActor
impl UnsafeUnpin for GetRemoteActor
impl UnwindSafe for GetRemoteActor
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