pub struct HistoryLine {
pub runs: Vec<HistoryRun>,
}Fields§
§runs: Vec<HistoryRun>Trait Implementations§
Source§impl Clone for HistoryLine
impl Clone for HistoryLine
Source§fn clone(&self) -> HistoryLine
fn clone(&self) -> HistoryLine
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 HistoryLine
impl Debug for HistoryLine
Source§impl PartialEq for HistoryLine
impl PartialEq for HistoryLine
impl Eq for HistoryLine
impl StructuralPartialEq for HistoryLine
Auto Trait Implementations§
impl Freeze for HistoryLine
impl RefUnwindSafe for HistoryLine
impl Send for HistoryLine
impl Sync for HistoryLine
impl Unpin for HistoryLine
impl UnsafeUnpin for HistoryLine
impl UnwindSafe for HistoryLine
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