pub struct StatsLine { /* private fields */ }
Expand description
values parsed from stats entry line
Implementations§
Trait Implementations§
Source§impl From<StatsLine> for EntryStats
impl From<StatsLine> for EntryStats
impl Copy for StatsLine
impl StructuralPartialEq for StatsLine
Auto Trait Implementations§
impl Freeze for StatsLine
impl RefUnwindSafe for StatsLine
impl Send for StatsLine
impl Sync for StatsLine
impl Unpin for StatsLine
impl UnwindSafe for StatsLine
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