pub enum NavigationPolicyProviderRequest {
EvaluateRequestedNavigation {
requested_navigation: RequestedNavigation,
responder: NavigationPolicyProviderEvaluateRequestedNavigationResponder,
},
}Variants§
Called when the [Frame] is processing a navigation request in one of the phase(s)
specified in NavigationPolicyProviderParams. Navigation is paused until the result is
received. The returned NavigationDecision defines how the navigation should proceed.
Implementations§
Sourcepub fn method_name(&self) -> &'static str
pub fn method_name(&self) -> &'static str
Name of the method defined in FIDL
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