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