Struct NAVIGATION_ACTIVATED
pub struct NAVIGATION_ACTIVATED { /* private fields */ }Expand description
Page was activated by the navigation process.
Methods from Deref<Target = MessageType<NavigationActivatedMessageArguments>>§
Trait Implementations§
§impl Deref for NAVIGATION_ACTIVATED
impl Deref for NAVIGATION_ACTIVATED
§type Target = MessageType<NavigationActivatedMessageArguments>
type Target = MessageType<NavigationActivatedMessageArguments>
The resulting type after dereferencing.
§fn deref(&self) -> &MessageType<NavigationActivatedMessageArguments>
fn deref(&self) -> &MessageType<NavigationActivatedMessageArguments>
Dereferences the value.
impl LazyStatic for NAVIGATION_ACTIVATED
Auto Trait Implementations§
impl Freeze for NAVIGATION_ACTIVATED
impl RefUnwindSafe for NAVIGATION_ACTIVATED
impl Send for NAVIGATION_ACTIVATED
impl Sync for NAVIGATION_ACTIVATED
impl Unpin for NAVIGATION_ACTIVATED
impl UnwindSafe for NAVIGATION_ACTIVATED
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