pub struct UpstreamStats {
pub processing: i32,
pub connected: Option<i32>,
pub backend_stats: HashMap<String, WindowStats>,
}Fields§
§processing: i32§connected: Option<i32>§backend_stats: HashMap<String, WindowStats>Trait Implementations§
Source§impl Clone for UpstreamStats
impl Clone for UpstreamStats
Source§fn clone(&self) -> UpstreamStats
fn clone(&self) -> UpstreamStats
Returns a duplicate of the value. Read more
1.0.0 · 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 UpstreamStats
impl Debug for UpstreamStats
Source§impl Default for UpstreamStats
impl Default for UpstreamStats
Source§fn default() -> UpstreamStats
fn default() -> UpstreamStats
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for UpstreamStats
impl RefUnwindSafe for UpstreamStats
impl Send for UpstreamStats
impl Sync for UpstreamStats
impl Unpin for UpstreamStats
impl UnsafeUnpin for UpstreamStats
impl UnwindSafe for UpstreamStats
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T in a tonic::Request