Struct solana_streamer::quic::StreamStats
source · pub struct StreamStats { /* private fields */ }
Implementations§
Trait Implementations§
source§impl Default for StreamStats
impl Default for StreamStats
source§fn default() -> StreamStats
fn default() -> StreamStats
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for StreamStats
impl Send for StreamStats
impl Sync for StreamStats
impl Unpin for StreamStats
impl UnwindSafe for StreamStats
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