Enum oxygengine_user_interface::raui::core::PrefabError
source · [−]Expand description
An error that can occur while processing a Prefab
Variants
CouldNotSerialize(String)
CouldNotDeserialize(String)
Trait Implementations
sourceimpl Clone for PrefabError
impl Clone for PrefabError
sourcefn clone(&self) -> PrefabError
fn clone(&self) -> PrefabError
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for PrefabError
impl Debug for PrefabError
sourceimpl From<PrefabError> for ApplicationError
impl From<PrefabError> for ApplicationError
sourcefn from(error: PrefabError) -> ApplicationError
fn from(error: PrefabError) -> ApplicationError
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for PrefabError
impl Send for PrefabError
impl Sync for PrefabError
impl Unpin for PrefabError
impl UnwindSafe for PrefabError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more