Enum patternfly_yew::TabsRouterMsg [−][src]
pub enum TabsRouterMsg<GSWITCH, LSWITCH> where
GSWITCH: 'static + Switch + Clone + PartialEq + Debug,
LSWITCH: 'static + Clone + PartialEq + Debug, {
RouteChange(Option<GSWITCH>),
Select(LSWITCH),
}Variants
RouteChange(Option<GSWITCH>)Tuple Fields of RouteChange
0: Option<GSWITCH>Trait Implementations
Auto Trait Implementations
impl<GSWITCH, LSWITCH> RefUnwindSafe for TabsRouterMsg<GSWITCH, LSWITCH> where
GSWITCH: RefUnwindSafe,
LSWITCH: RefUnwindSafe,
impl<GSWITCH, LSWITCH> Send for TabsRouterMsg<GSWITCH, LSWITCH> where
GSWITCH: Send,
LSWITCH: Send,
impl<GSWITCH, LSWITCH> Sync for TabsRouterMsg<GSWITCH, LSWITCH> where
GSWITCH: Sync,
LSWITCH: Sync,
impl<GSWITCH, LSWITCH> Unpin for TabsRouterMsg<GSWITCH, LSWITCH> where
GSWITCH: Unpin,
LSWITCH: Unpin,
impl<GSWITCH, LSWITCH> UnwindSafe for TabsRouterMsg<GSWITCH, LSWITCH> where
GSWITCH: UnwindSafe,
LSWITCH: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more