pub struct ConnectionInfo { /* private fields */ }Expand description
This gives connection informations on how to get to the distant actors.
- The distant_logical_path is something like “/user/distant/actor”.
- The addr_port is something like “127.0.0.1:12345”
Note that the storage of the addr_port could be improved, but is not a concern for now.
Implementations§
Trait Implementations§
Source§impl Debug for ConnectionInfo
impl Debug for ConnectionInfo
Source§impl Hash for ConnectionInfo
impl Hash for ConnectionInfo
Source§impl PartialEq for ConnectionInfo
impl PartialEq for ConnectionInfo
impl Eq for ConnectionInfo
impl StructuralPartialEq for ConnectionInfo
Auto Trait Implementations§
impl Freeze for ConnectionInfo
impl RefUnwindSafe for ConnectionInfo
impl Send for ConnectionInfo
impl Sync for ConnectionInfo
impl Unpin for ConnectionInfo
impl UnwindSafe for ConnectionInfo
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