pub struct SovereignHive {
pub local_aid: AID,
pub active_peers: u64,
}Expand description
A Sovereign Hive Controller instance for ghost simulation.
Fields§
§local_aid: AID§active_peers: u64Implementations§
Source§impl SovereignHive
impl SovereignHive
Auto Trait Implementations§
impl Freeze for SovereignHive
impl RefUnwindSafe for SovereignHive
impl Send for SovereignHive
impl Sync for SovereignHive
impl Unpin for SovereignHive
impl UnsafeUnpin for SovereignHive
impl UnwindSafe for SovereignHive
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