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