Struct busrt::common::BrokerStats
source · [−]pub struct BrokerStats {
pub uptime: u64,
pub r_frames: u64,
pub r_bytes: u64,
pub w_frames: u64,
pub w_bytes: u64,
}Fields
uptime: u64r_frames: u64r_bytes: u64w_frames: u64w_bytes: u64Trait Implementations
sourceimpl Clone for BrokerStats
impl Clone for BrokerStats
sourcefn clone(&self) -> BrokerStats
fn clone(&self) -> BrokerStats
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl<'de> Deserialize<'de> for BrokerStats
impl<'de> Deserialize<'de> for BrokerStats
sourcefn 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
sourceimpl Serialize for BrokerStats
impl Serialize for BrokerStats
Auto Trait Implementations
impl RefUnwindSafe for BrokerStats
impl Send for BrokerStats
impl Sync for BrokerStats
impl Unpin for BrokerStats
impl UnwindSafe for BrokerStats
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more