pub enum Msg<STATE> {
BrowserNavigationRouteChanged(Route<STATE>),
}
Expand description
Internal Message used for the RouteAgent.
Variants§
Message for when the route is changed.
Trait Implementations§
Auto Trait Implementations§
impl<STATE> Freeze for Msg<STATE>where
STATE: Freeze,
impl<STATE> RefUnwindSafe for Msg<STATE>where
STATE: RefUnwindSafe,
impl<STATE> Send for Msg<STATE>where
STATE: Send,
impl<STATE> Sync for Msg<STATE>where
STATE: Sync,
impl<STATE> Unpin for Msg<STATE>where
STATE: Unpin,
impl<STATE> UnwindSafe for Msg<STATE>where
STATE: UnwindSafe,
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
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.