Enum oxygengine_user_interface::raui::core::state::StateError [−][src]
pub enum StateError { Props(PropsError), CouldNotWriteData, }
Variants
Props(PropsError)
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for StateError
impl Send for StateError
impl Sync for StateError
impl Unpin for StateError
impl UnwindSafe for StateError
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