pub struct PubsubStats {
pub publishers: Publishers,
pub subscribers: Subscribers,
}
Fields§
§publishers: Publishers
§subscribers: Subscribers
Trait Implementations§
Source§impl Default for PubsubStats
impl Default for PubsubStats
Source§fn default() -> PubsubStats
fn default() -> PubsubStats
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PubsubStats
impl<'de> Deserialize<'de> for PubsubStats
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
Auto Trait Implementations§
impl Freeze for PubsubStats
impl RefUnwindSafe for PubsubStats
impl Send for PubsubStats
impl Sync for PubsubStats
impl Unpin for PubsubStats
impl UnwindSafe for PubsubStats
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