pub(crate) struct GotoArgs<'a, 'b> {
url: &'a str,
pub(crate) timeout: Option<f64>,
pub(crate) wait_until: Option<DocumentLoadState>,
pub(crate) referer: Option<&'b str>,
}Fields§
§url: &'a str§timeout: Option<f64>§wait_until: Option<DocumentLoadState>§referer: Option<&'b str>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a, 'b> Freeze for GotoArgs<'a, 'b>
impl<'a, 'b> RefUnwindSafe for GotoArgs<'a, 'b>
impl<'a, 'b> Send for GotoArgs<'a, 'b>
impl<'a, 'b> Sync for GotoArgs<'a, 'b>
impl<'a, 'b> Unpin for GotoArgs<'a, 'b>
impl<'a, 'b> UnwindSafe for GotoArgs<'a, 'b>
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