pub struct DiagnosticLastChange {
pub revision: String,
pub recorded_at_ms: i64,
pub tables: Vec<String>,
pub windows: Vec<String>,
pub domains_truncated: bool,
pub status_changed: bool,
pub conflicts_changed: bool,
pub rejections_changed: bool,
pub outcomes_changed: bool,
}Fields§
§revision: String§recorded_at_ms: i64§tables: Vec<String>§windows: Vec<String>§domains_truncated: bool§status_changed: bool§conflicts_changed: bool§rejections_changed: bool§outcomes_changed: boolTrait Implementations§
Source§impl Clone for DiagnosticLastChange
impl Clone for DiagnosticLastChange
Source§fn clone(&self) -> DiagnosticLastChange
fn clone(&self) -> DiagnosticLastChange
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DiagnosticLastChange
impl Debug for DiagnosticLastChange
impl Eq for DiagnosticLastChange
Source§impl PartialEq for DiagnosticLastChange
impl PartialEq for DiagnosticLastChange
Source§impl Serialize for DiagnosticLastChange
impl Serialize for DiagnosticLastChange
impl StructuralPartialEq for DiagnosticLastChange
Auto Trait Implementations§
impl Freeze for DiagnosticLastChange
impl RefUnwindSafe for DiagnosticLastChange
impl Send for DiagnosticLastChange
impl Sync for DiagnosticLastChange
impl Unpin for DiagnosticLastChange
impl UnsafeUnpin for DiagnosticLastChange
impl UnwindSafe for DiagnosticLastChange
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