Struct webdriver::response::TimeoutsResponse
source · pub struct TimeoutsResponse {
pub script: Option<u64>,
pub page_load: u64,
pub implicit: u64,
}
Fields§
§script: Option<u64>
§page_load: u64
§implicit: u64
Implementations§
Trait Implementations§
source§impl Debug for TimeoutsResponse
impl Debug for TimeoutsResponse
source§impl PartialEq for TimeoutsResponse
impl PartialEq for TimeoutsResponse
source§fn eq(&self, other: &TimeoutsResponse) -> bool
fn eq(&self, other: &TimeoutsResponse) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for TimeoutsResponse
impl Serialize for TimeoutsResponse
impl StructuralPartialEq for TimeoutsResponse
Auto Trait Implementations§
impl Freeze for TimeoutsResponse
impl RefUnwindSafe for TimeoutsResponse
impl Send for TimeoutsResponse
impl Sync for TimeoutsResponse
impl Unpin for TimeoutsResponse
impl UnwindSafe for TimeoutsResponse
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