Struct chrome_remote_interface_model::page::FrameScheduledNavigationEventBuilder[][src]

pub struct FrameScheduledNavigationEventBuilder { /* fields omitted */ }
👎 Deprecated

Implementations

impl FrameScheduledNavigationEventBuilder[src]

pub fn frame_id(&mut self, v: FrameId) -> &mut Self[src]

👎 Deprecated

Id of the frame that has scheduled a navigation.

pub fn delay(&mut self, v: f64) -> &mut Self[src]

👎 Deprecated

Delay (in seconds) until the navigation is scheduled to begin. The navigation is not guaranteed to start.

pub fn reason(&mut self, v: JsonValue) -> &mut Self[src]

👎 Deprecated

The reason for the navigation.

pub fn url(&mut self, v: String) -> &mut Self[src]

👎 Deprecated

The destination URL for the scheduled navigation.

pub fn build(&mut self) -> Result<FrameScheduledNavigationEvent, &'static str>[src]

👎 Deprecated

Trait Implementations

impl Clone for FrameScheduledNavigationEventBuilder[src]

impl Debug for FrameScheduledNavigationEventBuilder[src]

impl Default for FrameScheduledNavigationEventBuilder[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.