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