Struct network_clique::manager::ManagerStatus
source · pub struct ManagerStatus<PK: PublicKey + PeerId> {
outgoing_peers: HashSet<PK>,
missing_outgoing: HashSet<PK>,
incoming_peers: HashSet<PK>,
missing_incoming: HashSet<PK>,
}
Fields§
§outgoing_peers: HashSet<PK>
§missing_outgoing: HashSet<PK>
§incoming_peers: HashSet<PK>
§missing_incoming: HashSet<PK>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<PK> RefUnwindSafe for ManagerStatus<PK>where
PK: RefUnwindSafe,
impl<PK> Send for ManagerStatus<PK>
impl<PK> Sync for ManagerStatus<PK>
impl<PK> Unpin for ManagerStatus<PK>where
PK: Unpin,
impl<PK> UnwindSafe for ManagerStatus<PK>where
PK: UnwindSafe,
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