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