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