pub struct NamespaceBundleStats {
pub cache_size: Option<i64>,
pub consumer_count: Option<i32>,
pub msg_rate_in: Option<f64>,
pub msg_rate_out: Option<f64>,
pub msg_throughput_in: Option<f64>,
pub msg_throughput_out: Option<f64>,
pub producer_count: Option<i32>,
pub topics: Option<i64>,
}Fields§
§cache_size: Option<i64>§consumer_count: Option<i32>§msg_rate_in: Option<f64>§msg_rate_out: Option<f64>§msg_throughput_in: Option<f64>§msg_throughput_out: Option<f64>§producer_count: Option<i32>§topics: Option<i64>Implementations§
source§impl NamespaceBundleStats
impl NamespaceBundleStats
pub fn new() -> NamespaceBundleStats
Trait Implementations§
source§impl Clone for NamespaceBundleStats
impl Clone for NamespaceBundleStats
source§fn clone(&self) -> NamespaceBundleStats
fn clone(&self) -> NamespaceBundleStats
Returns a copy 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 NamespaceBundleStats
impl Debug for NamespaceBundleStats
source§impl Default for NamespaceBundleStats
impl Default for NamespaceBundleStats
source§fn default() -> NamespaceBundleStats
fn default() -> NamespaceBundleStats
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for NamespaceBundleStats
impl<'de> Deserialize<'de> for NamespaceBundleStats
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for NamespaceBundleStats
impl PartialEq for NamespaceBundleStats
source§fn eq(&self, other: &NamespaceBundleStats) -> bool
fn eq(&self, other: &NamespaceBundleStats) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for NamespaceBundleStats
impl Serialize for NamespaceBundleStats
impl StructuralPartialEq for NamespaceBundleStats
Auto Trait Implementations§
impl RefUnwindSafe for NamespaceBundleStats
impl Send for NamespaceBundleStats
impl Sync for NamespaceBundleStats
impl Unpin for NamespaceBundleStats
impl UnwindSafe for NamespaceBundleStats
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