pub enum AssetError {
NotRegistered(Option<ResourceId>, Option<ResourcePath>),
PathNotSet,
}Variants§
NotRegistered(Option<ResourceId>, Option<ResourcePath>)
PathNotSet
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AssetError
impl RefUnwindSafe for AssetError
impl Send for AssetError
impl Sync for AssetError
impl Unpin for AssetError
impl UnwindSafe for AssetError
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