Enum yemantic_ui::collections::label::label::LabelEvent [−][src]
pub enum LabelEvent {
Click(MouseEvent),
Remove(MouseEvent),
}Variants
Click(MouseEvent)Remove(MouseEvent)Auto Trait Implementations
impl RefUnwindSafe for LabelEvent
impl !Send for LabelEvent
impl !Sync for LabelEvent
impl Unpin for LabelEvent
impl UnwindSafe for LabelEvent
Blanket Implementations
impl<T, V> IntoOptPropValue<V> for T where
T: IntoPropValue<Option<V>>,
impl<T, V> IntoOptPropValue<V> for T where
T: IntoPropValue<Option<V>>, pub fn into_opt_prop_value(self) -> Option<V>
impl<T> IntoPropValue<Option<T>> for T
impl<T> IntoPropValue<Option<T>> for Tpub fn into_prop_value(self) -> Option<T>
impl<T> IntoPropValue<T> for T
impl<T> IntoPropValue<T> for Tpub fn into_prop_value(self) -> T
impl<T> Any for T where
T: Any,
T: Any,