pub struct BuildLogEntry {
pub output: String,
pub command_hash: u64,
pub start_time: isize,
pub end_time: isize,
pub mtime: TimeStamp,
}Fields§
§output: String§command_hash: u64§start_time: isize§end_time: isize§mtime: TimeStampImplementations§
Trait Implementations§
Source§impl PartialEq for BuildLogEntry
impl PartialEq for BuildLogEntry
impl StructuralPartialEq for BuildLogEntry
Auto Trait Implementations§
impl Freeze for BuildLogEntry
impl RefUnwindSafe for BuildLogEntry
impl Send for BuildLogEntry
impl Sync for BuildLogEntry
impl Unpin for BuildLogEntry
impl UnwindSafe for BuildLogEntry
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