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