pub struct ConsolidationLogEntry {
pub cycle_type: String,
pub run_at: i64,
pub affected_count: usize,
}Expand description
A single consolidation log entry.
Fields§
§cycle_type: String§run_at: i64§affected_count: usizeTrait Implementations§
Source§impl Clone for ConsolidationLogEntry
impl Clone for ConsolidationLogEntry
Source§fn clone(&self) -> ConsolidationLogEntry
fn clone(&self) -> ConsolidationLogEntry
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 moreAuto Trait Implementations§
impl Freeze for ConsolidationLogEntry
impl RefUnwindSafe for ConsolidationLogEntry
impl Send for ConsolidationLogEntry
impl Sync for ConsolidationLogEntry
impl Unpin for ConsolidationLogEntry
impl UnsafeUnpin for ConsolidationLogEntry
impl UnwindSafe for ConsolidationLogEntry
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