Enum oxygengine_composite_renderer::component::UiElementType [−][src]
Variants
Text(Text<'static>)Trait Implementations
impl Clone for UiElementType[src]
impl Clone for UiElementType[src]fn clone(&self) -> UiElementType[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Default for UiElementType[src]
impl Default for UiElementType[src]impl<'de> Deserialize<'de> for UiElementType[src]
impl<'de> Deserialize<'de> for UiElementType[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl Serialize for UiElementType[src]
impl Serialize for UiElementType[src]Auto Trait Implementations
impl RefUnwindSafe for UiElementType
impl RefUnwindSafe for UiElementTypeimpl Send for UiElementType
impl Send for UiElementTypeimpl Sync for UiElementType
impl Sync for UiElementTypeimpl Unpin for UiElementType
impl Unpin for UiElementTypeimpl UnwindSafe for UiElementType
impl UnwindSafe for UiElementTypeBlanket Implementations
impl<T> Any for T where
T: Any,
impl<T> Any for T where
T: Any, pub fn get_type_id(&self) -> TypeId
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]impl<T> TryDefault for T where
T: Default,
impl<T> TryDefault for T where
T: Default,