pub struct TopicScoreSnapshot {
pub time_in_mesh: i64,
pub first_message_deliveries: f64,
pub mesh_message_deliveries: f64,
pub invalid_message_deliveries: f64,
}Fields§
§time_in_mesh: i64§first_message_deliveries: f64§mesh_message_deliveries: f64§invalid_message_deliveries: f64Trait Implementations§
Source§impl Clone for TopicScoreSnapshot
impl Clone for TopicScoreSnapshot
Source§fn clone(&self) -> TopicScoreSnapshot
fn clone(&self) -> TopicScoreSnapshot
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 TopicScoreSnapshot
impl Debug for TopicScoreSnapshot
Source§impl<'de> Deserialize<'de> for TopicScoreSnapshot
impl<'de> Deserialize<'de> for TopicScoreSnapshot
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 TopicScoreSnapshot
impl RefUnwindSafe for TopicScoreSnapshot
impl Send for TopicScoreSnapshot
impl Sync for TopicScoreSnapshot
impl Unpin for TopicScoreSnapshot
impl UnwindSafe for TopicScoreSnapshot
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