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