pub struct ActorRegistration {
pub actor: DynActorRef,
pub path: PathResolvable,
}Expand description
Fields§
§actor: DynActorRefA network-only reference to the registered actor
path: PathResolvableThe path we want to register
Trait Implementations§
Source§impl Debug for ActorRegistration
impl Debug for ActorRegistration
Source§impl From<ActorRegistration> for RegistrationEvent
impl From<ActorRegistration> for RegistrationEvent
Source§fn from(r: ActorRegistration) -> RegistrationEvent
fn from(r: ActorRegistration) -> RegistrationEvent
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ActorRegistration
impl !RefUnwindSafe for ActorRegistration
impl Send for ActorRegistration
impl Sync for ActorRegistration
impl Unpin for ActorRegistration
impl UnsafeUnpin for ActorRegistration
impl !UnwindSafe for ActorRegistration
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