pub struct SendMessageToAllLinkedEntitiesResultForEntity {
pub lemid: LinkedEntityKeychainMeshId,
pub reply_message: WrappedMessage,
}Expand description
Data an agent receives when sending a message to all entities linked to an entity
Fields§
§lemid: LinkedEntityKeychainMeshId§reply_message: WrappedMessageAuto Trait Implementations§
impl Freeze for SendMessageToAllLinkedEntitiesResultForEntity
impl RefUnwindSafe for SendMessageToAllLinkedEntitiesResultForEntity
impl Send for SendMessageToAllLinkedEntitiesResultForEntity
impl Sync for SendMessageToAllLinkedEntitiesResultForEntity
impl Unpin for SendMessageToAllLinkedEntitiesResultForEntity
impl UnwindSafe for SendMessageToAllLinkedEntitiesResultForEntity
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