pub struct BackgroundResult {
pub trajectories_processed: usize,
pub patterns_extracted: usize,
pub ewc_updated: bool,
pub elapsed: Duration,
pub status: String,
}Expand description
Background cycle result
Fields§
§trajectories_processed: usize§patterns_extracted: usize§ewc_updated: bool§elapsed: Duration§status: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for BackgroundResult
impl RefUnwindSafe for BackgroundResult
impl Send for BackgroundResult
impl Sync for BackgroundResult
impl Unpin for BackgroundResult
impl UnwindSafe for BackgroundResult
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