Struct webdriver_client::HttpDriverBuilder [] [src]

pub struct HttpDriverBuilder { /* fields omitted */ }

Builder for HttpDriver.

Methods

impl HttpDriverBuilder
[src]

Important traits for &'a mut W
[src]

[src]

Builds a new HttpDriver.

Errors

If a required field has not been initialized.

Trait Implementations

impl Default for HttpDriverBuilder
[src]

[src]

Returns the "default value" for a type. Read more

impl Clone for HttpDriverBuilder
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations