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