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