Struct solana_streamer::nonblocking::quic::ConnectionEntry
source · struct ConnectionEntry {
exit: Arc<AtomicBool>,
stake: u64,
last_update: Arc<AtomicU64>,
port: u16,
connection: Option<Connection>,
}
Fields§
§exit: Arc<AtomicBool>
§stake: u64
§last_update: Arc<AtomicU64>
§port: u16
§connection: Option<Connection>
Implementations§
Trait Implementations§
source§impl Debug for ConnectionEntry
impl Debug for ConnectionEntry
Auto Trait Implementations§
impl !RefUnwindSafe for ConnectionEntry
impl Send for ConnectionEntry
impl Sync for ConnectionEntry
impl Unpin for ConnectionEntry
impl !UnwindSafe for ConnectionEntry
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere T: 'a,
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