pub struct BuildLogData { /* private fields */ }
Implementations§
Source§impl BuildLogData
impl BuildLogData
pub fn log_events(&self) -> &[BuildLogEvent]
pub fn assets_relying_on_job(&self, job_id: JobId) -> Vec<AssetId>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BuildLogData
impl RefUnwindSafe for BuildLogData
impl Send for BuildLogData
impl Sync for BuildLogData
impl Unpin for BuildLogData
impl UnwindSafe for BuildLogData
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