pub struct AssetLoadDiagnosticEvent {
pub access_kind: AssetLoadAccessKind,
pub locator_kind: AssetLocatorKind,
pub locator_debug: String,
pub outcome_kind: AssetLoadOutcomeKind,
pub revision: Option<AssetRevision>,
pub previous_revision: Option<AssetRevision>,
pub revision_transition: Option<AssetRevisionTransitionKind>,
pub message: Option<String>,
}Fields§
§access_kind: AssetLoadAccessKind§locator_kind: AssetLocatorKind§locator_debug: String§outcome_kind: AssetLoadOutcomeKind§revision: Option<AssetRevision>§previous_revision: Option<AssetRevision>§revision_transition: Option<AssetRevisionTransitionKind>§message: Option<String>Trait Implementations§
Source§impl Clone for AssetLoadDiagnosticEvent
impl Clone for AssetLoadDiagnosticEvent
Source§fn clone(&self) -> AssetLoadDiagnosticEvent
fn clone(&self) -> AssetLoadDiagnosticEvent
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AssetLoadDiagnosticEvent
impl Debug for AssetLoadDiagnosticEvent
Source§impl PartialEq for AssetLoadDiagnosticEvent
impl PartialEq for AssetLoadDiagnosticEvent
impl Eq for AssetLoadDiagnosticEvent
impl StructuralPartialEq for AssetLoadDiagnosticEvent
Auto Trait Implementations§
impl Freeze for AssetLoadDiagnosticEvent
impl RefUnwindSafe for AssetLoadDiagnosticEvent
impl Send for AssetLoadDiagnosticEvent
impl Sync for AssetLoadDiagnosticEvent
impl Unpin for AssetLoadDiagnosticEvent
impl UnsafeUnpin for AssetLoadDiagnosticEvent
impl UnwindSafe for AssetLoadDiagnosticEvent
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