pub struct FrameScheduledNavigationEventBuilder { /* private fields */ }๐Deprecated
Available on crate features
Page and Debugger and DOM and IO and Network and Runtime only.Implementationsยง
Sourcepub fn frame_id(&mut self, v: FrameId) -> &mut Self
๐Deprecated
pub fn frame_id(&mut self, v: FrameId) -> &mut Self
Id of the frame that has scheduled a navigation.
Sourcepub fn delay(&mut self, v: f64) -> &mut Self
๐Deprecated
pub fn delay(&mut self, v: f64) -> &mut Self
Delay (in seconds) until the navigation is scheduled to begin. The navigation is not guaranteed to start.
Sourcepub fn reason(&mut self, v: JsonValue) -> &mut Self
๐Deprecated
pub fn reason(&mut self, v: JsonValue) -> &mut Self
The reason for the navigation.
Sourcepub fn url(&mut self, v: String) -> &mut Self
๐Deprecated
pub fn url(&mut self, v: String) -> &mut Self
The destination URL for the scheduled navigation.
pub fn build(&mut self) -> Result<FrameScheduledNavigationEvent, &'static str>
๐Deprecated
Trait Implementationsยง
Sourceยงfn clone(&self) -> FrameScheduledNavigationEventBuilder
fn clone(&self) -> FrameScheduledNavigationEventBuilder
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