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