pub struct LinkEntityResult {
pub lemid: LinkedEntityKeychainMeshId,
pub alemid: AgentLinkedEntityKeychainMeshId,
pub reply_message: Option<WrappedMessage>,
pub max_uses: Option<u64>,
}
Expand description
Data an agent receives when it makes a link entity request
Fields§
§lemid: LinkedEntityKeychainMeshId
§alemid: AgentLinkedEntityKeychainMeshId
§reply_message: Option<WrappedMessage>
§max_uses: Option<u64>
Auto Trait Implementations§
impl Freeze for LinkEntityResult
impl RefUnwindSafe for LinkEntityResult
impl Send for LinkEntityResult
impl Sync for LinkEntityResult
impl Unpin for LinkEntityResult
impl UnwindSafe for LinkEntityResult
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