Struct webdriver::response::TimeoutsResponse [−][src]
Fields
script: u64
page_load: u64
implicit: u64
Methods
impl TimeoutsResponse[src]
impl TimeoutsResponseTrait Implementations
impl Debug for TimeoutsResponse[src]
impl Debug for TimeoutsResponsefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for TimeoutsResponse[src]
impl PartialEq for TimeoutsResponsefn eq(&self, other: &TimeoutsResponse) -> bool[src]
fn eq(&self, other: &TimeoutsResponse) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &TimeoutsResponse) -> bool[src]
fn ne(&self, other: &TimeoutsResponse) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for TimeoutsResponse
impl Send for TimeoutsResponseimpl Sync for TimeoutsResponse
impl Sync for TimeoutsResponse