pub struct NavigateParamsBuilder<'a> { /* private fields */ }Implementations§
Sourcepub fn transitionType(self, transitionType: TransitionType) -> Self
pub fn transitionType(self, transitionType: TransitionType) -> Self
Intended transition type.
Sourcepub fn frameId(self, frameId: FrameId<'a>) -> Self
pub fn frameId(self, frameId: FrameId<'a>) -> Self
Frame id to navigate, if not specified navigates the top frame.
Sourcepub fn referrerPolicy(self, referrerPolicy: ReferrerPolicy) -> Self
pub fn referrerPolicy(self, referrerPolicy: ReferrerPolicy) -> Self
Referrer-policy used for the navigation.
pub fn build(self) -> NavigateParams<'a>
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