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