pub struct NavigationRequest {
pub url: String,
pub has_user_gesture: bool,
pub is_main_frame: bool,
}Expand description
A platform navigation request passed to the registered policy handler.
Fields§
§url: String§has_user_gesture: bool§is_main_frame: boolImplementations§
Trait Implementations§
Auto Trait Implementations§
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