pub struct Line { /* private fields */ }
Implementations§
Source§impl Line
impl Line
pub fn new( line_number: LineNumber, execution_count: ExecutionCount, checksum: Option<CheckSum>, ) -> Self
pub fn line_number(&self) -> &LineNumber
pub fn execution_count(&self) -> &ExecutionCount
pub fn checksum(&self) -> Option<&CheckSum>
pub fn has_checkshum(&self) -> bool
pub fn is_hit(&self) -> bool
Trait Implementations§
impl Eq for Line
Auto Trait Implementations§
impl Freeze for Line
impl RefUnwindSafe for Line
impl Send for Line
impl Sync for Line
impl Unpin for Line
impl UnwindSafe for Line
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