Enum patternfly_yew::TabsRouterMsg
source · pub enum TabsRouterMsg<GR, LR>where
GR: Switch + Debug,
LR: Switch + Debug,{
RouteChange(Option<GR>),
Select(LR),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl<GR, LR> RefUnwindSafe for TabsRouterMsg<GR, LR>where
GR: RefUnwindSafe,
LR: RefUnwindSafe,
impl<GR, LR> Send for TabsRouterMsg<GR, LR>where
GR: Send,
LR: Send,
impl<GR, LR> Sync for TabsRouterMsg<GR, LR>where
GR: Sync,
LR: Sync,
impl<GR, LR> Unpin for TabsRouterMsg<GR, LR>where
GR: Unpin,
LR: Unpin,
impl<GR, LR> UnwindSafe for TabsRouterMsg<GR, LR>where
GR: UnwindSafe,
LR: UnwindSafe,
Blanket Implementations§
source§impl<T> IntoPropValue<Option<T>> for T
impl<T> IntoPropValue<Option<T>> for T
source§fn into_prop_value(self) -> Option<T>
fn into_prop_value(self) -> Option<T>
Convert
self to a value of a Properties struct.source§impl<T> IntoPropValue<T> for T
impl<T> IntoPropValue<T> for T
source§fn into_prop_value(self) -> T
fn into_prop_value(self) -> T
Convert
self to a value of a Properties struct.