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