pub struct BuildLogEvent {
pub asset_id: Option<AssetId>,
pub job_id: Option<JobId>,
pub level: LogEventLevel,
pub message: String,
}
Fields§
§asset_id: Option<AssetId>
§job_id: Option<JobId>
§level: LogEventLevel
§message: String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BuildLogEvent
impl RefUnwindSafe for BuildLogEvent
impl Send for BuildLogEvent
impl Sync for BuildLogEvent
impl Unpin for BuildLogEvent
impl UnwindSafe for BuildLogEvent
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