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