Struct webdriver::command::TakeScreenshotParameters
source · pub struct TakeScreenshotParameters {
pub element: Option<WebElement>,
}
Fields§
§element: Option<WebElement>
Trait Implementations§
source§impl Debug for TakeScreenshotParameters
impl Debug for TakeScreenshotParameters
source§impl<'de> Deserialize<'de> for TakeScreenshotParameters
impl<'de> Deserialize<'de> for TakeScreenshotParameters
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for TakeScreenshotParameters
impl PartialEq for TakeScreenshotParameters
source§fn eq(&self, other: &TakeScreenshotParameters) -> bool
fn eq(&self, other: &TakeScreenshotParameters) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for TakeScreenshotParameters
impl Serialize for TakeScreenshotParameters
impl StructuralPartialEq for TakeScreenshotParameters
Auto Trait Implementations§
impl Freeze for TakeScreenshotParameters
impl RefUnwindSafe for TakeScreenshotParameters
impl Send for TakeScreenshotParameters
impl Sync for TakeScreenshotParameters
impl Unpin for TakeScreenshotParameters
impl UnwindSafe for TakeScreenshotParameters
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