Enum oxygengine_user_interface::raui::core::PrefabError [−][src]
Expand description
An error that can occur while processing a Prefab
Variants
CouldNotSerialize(String)
Tuple Fields of CouldNotSerialize
0: String
CouldNotDeserialize(String)
Tuple Fields of CouldNotDeserialize
0: 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
Mutably borrows from an owned value. Read more