Struct solana_streamer::streamer::StreamerSendStats
source · struct StreamerSendStats {
host_map: HashMap<IpAddr, SendStats>,
since: Option<Instant>,
}
Fields§
§host_map: HashMap<IpAddr, SendStats>
§since: Option<Instant>
Implementations§
Trait Implementations§
source§impl Default for StreamerSendStats
impl Default for StreamerSendStats
source§fn default() -> StreamerSendStats
fn default() -> StreamerSendStats
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for StreamerSendStats
impl Send for StreamerSendStats
impl Sync for StreamerSendStats
impl Unpin for StreamerSendStats
impl UnwindSafe for StreamerSendStats
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