Enum patternfly_yew::TabsRouterMsg
source · [−]pub enum TabsRouterMsg<GR, LR> where
GR: Switch + Debug,
LR: Switch + Debug, {
RouteChange(Option<GR>),
Select(LR),
}Variants
RouteChange(Option<GR>)
Select(LR)
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> IntoPropValue<Option<T>> for T
impl<T> IntoPropValue<Option<T>> for T
sourcefn into_prop_value(self) -> Option<T>
fn into_prop_value(self) -> Option<T>
Convert self to a value of a Properties struct.
sourceimpl<T> IntoPropValue<T> for T
impl<T> IntoPropValue<T> for T
sourcefn into_prop_value(self) -> T
fn into_prop_value(self) -> T
Convert self to a value of a Properties struct.