pub struct IqaEngine {
pub authority_id: String,
pub total_certified: u64,
}Expand description
A Sovereign Authority Engine instance for ghost simulation.
Fields§
§total_certified: u64Implementations§
Auto Trait Implementations§
impl Freeze for IqaEngine
impl RefUnwindSafe for IqaEngine
impl Send for IqaEngine
impl Sync for IqaEngine
impl Unpin for IqaEngine
impl UnsafeUnpin for IqaEngine
impl UnwindSafe for IqaEngine
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