Enum oxygengine_user_interface::raui::core::PrefabError [−][src]
Expand description
An error that can occur while processing a Prefab
Variants
CouldNotSerialize(String)
CouldNotDeserialize(String)
Trait Implementations
Performs the conversion.
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
impl<T> Any for T where
T: Any,
impl<T> Any for T where
T: Any,
pub fn get_type_id(&self) -> TypeId
Mutably borrows from an owned value. Read more