Struct webdriver::actions::KeyDownAction
source · pub struct KeyDownAction {
pub value: String,
}
Fields§
§value: String
Trait Implementations§
source§impl Clone for KeyDownAction
impl Clone for KeyDownAction
source§fn clone(&self) -> KeyDownAction
fn clone(&self) -> KeyDownAction
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for KeyDownAction
impl Debug for KeyDownAction
source§impl<'de> Deserialize<'de> for KeyDownAction
impl<'de> Deserialize<'de> for KeyDownAction
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 KeyDownAction
impl PartialEq for KeyDownAction
source§fn eq(&self, other: &KeyDownAction) -> bool
fn eq(&self, other: &KeyDownAction) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for KeyDownAction
impl Serialize for KeyDownAction
impl StructuralPartialEq for KeyDownAction
Auto Trait Implementations§
impl Freeze for KeyDownAction
impl RefUnwindSafe for KeyDownAction
impl Send for KeyDownAction
impl Sync for KeyDownAction
impl Unpin for KeyDownAction
impl UnwindSafe for KeyDownAction
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