pub struct AgentToAgentLinkEntityResponseData {
pub agent_emid_operations: Option<Vec<DataOperation>>,
pub emid_operations: Option<Vec<DataOperation>>,
pub lemid_operations: Option<Vec<DataOperation>>,
pub message: Option<WrappedMessage>,
pub expiration_time: Option<i64>,
pub link_updates: Option<AgentMeshLinkUpdates>,
pub invite_lemid_operations: Option<Vec<LemidAndDataOperations>>,
}
Expand description
Data an agent sends back when it gets a link entity request from another agent
Fields§
§agent_emid_operations: Option<Vec<DataOperation>>
§emid_operations: Option<Vec<DataOperation>>
§lemid_operations: Option<Vec<DataOperation>>
§message: Option<WrappedMessage>
§expiration_time: Option<i64>
§link_updates: Option<AgentMeshLinkUpdates>
§invite_lemid_operations: Option<Vec<LemidAndDataOperations>>
Trait Implementations§
source§impl Clone for AgentToAgentLinkEntityResponseData
impl Clone for AgentToAgentLinkEntityResponseData
source§fn clone(&self) -> AgentToAgentLinkEntityResponseData
fn clone(&self) -> AgentToAgentLinkEntityResponseData
Returns a copy 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 moresource§impl Default for AgentToAgentLinkEntityResponseData
impl Default for AgentToAgentLinkEntityResponseData
source§fn default() -> AgentToAgentLinkEntityResponseData
fn default() -> AgentToAgentLinkEntityResponseData
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AgentToAgentLinkEntityResponseData
impl RefUnwindSafe for AgentToAgentLinkEntityResponseData
impl Send for AgentToAgentLinkEntityResponseData
impl Sync for AgentToAgentLinkEntityResponseData
impl Unpin for AgentToAgentLinkEntityResponseData
impl UnwindSafe for AgentToAgentLinkEntityResponseData
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)