pub struct RemoteAgentRef {
pub node_addr: String,
pub agent_id: usize,
}Expand description
A remote agent reference: identifies an agent on a specific node.
Fields§
§node_addr: String§agent_id: usizeTrait Implementations§
Source§impl Clone for RemoteAgentRef
impl Clone for RemoteAgentRef
Source§fn clone(&self) -> RemoteAgentRef
fn clone(&self) -> RemoteAgentRef
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for RemoteAgentRef
impl RefUnwindSafe for RemoteAgentRef
impl Send for RemoteAgentRef
impl Sync for RemoteAgentRef
impl Unpin for RemoteAgentRef
impl UnsafeUnpin for RemoteAgentRef
impl UnwindSafe for RemoteAgentRef
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