pub struct SessionRepairStats {
pub sessions_repaired: u64,
pub messages_recovered: u64,
pub parts_recovered: u64,
pub conflicts_merged: u64,
}Fields§
§sessions_repaired: u64§messages_recovered: u64§parts_recovered: u64§conflicts_merged: u64Trait Implementations§
Source§impl Clone for SessionRepairStats
impl Clone for SessionRepairStats
Source§fn clone(&self) -> SessionRepairStats
fn clone(&self) -> SessionRepairStats
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 SessionRepairStats
impl Debug for SessionRepairStats
Source§impl Default for SessionRepairStats
impl Default for SessionRepairStats
Source§fn default() -> SessionRepairStats
fn default() -> SessionRepairStats
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SessionRepairStats
impl<'de> Deserialize<'de> for SessionRepairStats
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 SessionRepairStats
impl RefUnwindSafe for SessionRepairStats
impl Send for SessionRepairStats
impl Sync for SessionRepairStats
impl Unpin for SessionRepairStats
impl UnsafeUnpin for SessionRepairStats
impl UnwindSafe for SessionRepairStats
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