pub struct Replayed {
pub windows: Vec<Window>,
pub warnings: Vec<Warning>,
}Expand description
The result of replaying one file’s command log.
Fields§
§windows: Vec<Window>Windows in ascending id order.
warnings: Vec<Warning>Non-fatal anomalies (e.g. a navigation record that failed to decode).
Trait Implementations§
impl Eq for Replayed
impl StructuralPartialEq for Replayed
Auto Trait Implementations§
impl Freeze for Replayed
impl RefUnwindSafe for Replayed
impl Send for Replayed
impl Sync for Replayed
impl Unpin for Replayed
impl UnsafeUnpin for Replayed
impl UnwindSafe for Replayed
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