pub enum ApplicationError {
Prefab(PrefabError),
ComponentMappingNotFound(String),
}
Expand description
Errors that can occur while interacting with an application
Variants§
Prefab(PrefabError)
ComponentMappingNotFound(String)
Trait Implementations§
source§impl Clone for ApplicationError
impl Clone for ApplicationError
source§fn clone(&self) -> ApplicationError
fn clone(&self) -> ApplicationError
Returns a copy 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 ApplicationError
impl Debug for ApplicationError
source§impl From<PrefabError> for ApplicationError
impl From<PrefabError> for ApplicationError
source§fn from(error: PrefabError) -> Self
fn from(error: PrefabError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ApplicationError
impl RefUnwindSafe for ApplicationError
impl Send for ApplicationError
impl Sync for ApplicationError
impl Unpin for ApplicationError
impl UnwindSafe for ApplicationError
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)