pub enum AssetLoadOutcomeKind {
Resolved,
Missing,
StaleManifest,
UnsupportedLocatorKind,
ExternalReferenceUnavailable,
ReferenceOnlyLocator,
ResolverUnavailable,
AccessDenied,
Io,
}Variants§
Trait Implementations§
Source§impl Clone for AssetLoadOutcomeKind
impl Clone for AssetLoadOutcomeKind
Source§fn clone(&self) -> AssetLoadOutcomeKind
fn clone(&self) -> AssetLoadOutcomeKind
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 AssetLoadOutcomeKind
impl Debug for AssetLoadOutcomeKind
Source§impl PartialEq for AssetLoadOutcomeKind
impl PartialEq for AssetLoadOutcomeKind
impl Copy for AssetLoadOutcomeKind
impl Eq for AssetLoadOutcomeKind
impl StructuralPartialEq for AssetLoadOutcomeKind
Auto Trait Implementations§
impl Freeze for AssetLoadOutcomeKind
impl RefUnwindSafe for AssetLoadOutcomeKind
impl Send for AssetLoadOutcomeKind
impl Sync for AssetLoadOutcomeKind
impl Unpin for AssetLoadOutcomeKind
impl UnsafeUnpin for AssetLoadOutcomeKind
impl UnwindSafe for AssetLoadOutcomeKind
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