pub struct LookupEntityOnSameAgentResult {
pub emid: MeshEntityKeychainMeshId,
}
Expand description
Data an agent receives when it makes a lookup entity request
Fields§
§emid: MeshEntityKeychainMeshId
Auto Trait Implementations§
impl Freeze for LookupEntityOnSameAgentResult
impl RefUnwindSafe for LookupEntityOnSameAgentResult
impl Send for LookupEntityOnSameAgentResult
impl Sync for LookupEntityOnSameAgentResult
impl Unpin for LookupEntityOnSameAgentResult
impl UnwindSafe for LookupEntityOnSameAgentResult
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