pub struct LegacyRepairRunReport {
pub status: String,
pub marker_updated: bool,
pub sessions_merged: u64,
pub messages_recovered: u64,
pub parts_recovered: u64,
pub legacy_counts: LegacyTreeCounts,
pub imported_counts: LegacyImportedCounts,
}Fields§
§status: String§marker_updated: bool§sessions_merged: u64§messages_recovered: u64§parts_recovered: u64§legacy_counts: LegacyTreeCounts§imported_counts: LegacyImportedCountsTrait Implementations§
Source§impl Clone for LegacyRepairRunReport
impl Clone for LegacyRepairRunReport
Source§fn clone(&self) -> LegacyRepairRunReport
fn clone(&self) -> LegacyRepairRunReport
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 LegacyRepairRunReport
impl Debug for LegacyRepairRunReport
Source§impl<'de> Deserialize<'de> for LegacyRepairRunReport
impl<'de> Deserialize<'de> for LegacyRepairRunReport
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 LegacyRepairRunReport
impl RefUnwindSafe for LegacyRepairRunReport
impl Send for LegacyRepairRunReport
impl Sync for LegacyRepairRunReport
impl Unpin for LegacyRepairRunReport
impl UnsafeUnpin for LegacyRepairRunReport
impl UnwindSafe for LegacyRepairRunReport
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