pub struct ReverseServerStateSnapshot {
pub active_control: u32,
pub active_streams: u32,
pub pending_external: u32,
pub denied_bind: u32,
pub dropped_stream_limit: u32,
pub dropped_pending_limit: u32,
}Expand description
Plain-data snapshot of ReverseServerState.
Fields§
§active_control: u32§active_streams: u32§pending_external: u32§denied_bind: u32§dropped_stream_limit: u32§dropped_pending_limit: u32Trait Implementations§
Source§impl Clone for ReverseServerStateSnapshot
impl Clone for ReverseServerStateSnapshot
Source§fn clone(&self) -> ReverseServerStateSnapshot
fn clone(&self) -> ReverseServerStateSnapshot
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ReverseServerStateSnapshot
impl Debug for ReverseServerStateSnapshot
Auto Trait Implementations§
impl Freeze for ReverseServerStateSnapshot
impl RefUnwindSafe for ReverseServerStateSnapshot
impl Send for ReverseServerStateSnapshot
impl Sync for ReverseServerStateSnapshot
impl Unpin for ReverseServerStateSnapshot
impl UnsafeUnpin for ReverseServerStateSnapshot
impl UnwindSafe for ReverseServerStateSnapshot
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