pub struct NavigationEntryBuilder { /* private fields */ }Available on crate features
Page and Debugger and DOM and IO and Network and Runtime only.Implementations§
Sourcepub fn user_typed_url(&mut self, v: String) -> &mut Self
pub fn user_typed_url(&mut self, v: String) -> &mut Self
URL that the user typed in the url bar.
Sourcepub fn transition_type(&mut self, v: TransitionType) -> &mut Self
pub fn transition_type(&mut self, v: TransitionType) -> &mut Self
Transition type.
pub fn build(&mut self) -> Result<NavigationEntry, &'static str>
Trait Implementations§
Source§fn clone(&self) -> NavigationEntryBuilder
fn clone(&self) -> NavigationEntryBuilder
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto 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