pub struct AxTypeRequest {
pub target: AxTarget,
pub selector: AxSelector,
pub text: String,
pub clear_first: bool,
pub submit: bool,
pub paste: bool,
pub allow_keyboard_fallback: bool,
}Fields§
§target: AxTarget§selector: AxSelector§text: String§clear_first: bool§submit: bool§paste: bool§allow_keyboard_fallback: boolTrait Implementations§
Source§impl Clone for AxTypeRequest
impl Clone for AxTypeRequest
Source§fn clone(&self) -> AxTypeRequest
fn clone(&self) -> AxTypeRequest
Returns a duplicate 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 AxTypeRequest
impl Debug for AxTypeRequest
Source§impl Default for AxTypeRequest
impl Default for AxTypeRequest
Source§fn default() -> AxTypeRequest
fn default() -> AxTypeRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AxTypeRequest
impl<'de> Deserialize<'de> for AxTypeRequest
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 AxTypeRequest
impl PartialEq for AxTypeRequest
Source§impl Serialize for AxTypeRequest
impl Serialize for AxTypeRequest
impl Eq for AxTypeRequest
impl StructuralPartialEq for AxTypeRequest
Auto Trait Implementations§
impl Freeze for AxTypeRequest
impl RefUnwindSafe for AxTypeRequest
impl Send for AxTypeRequest
impl Sync for AxTypeRequest
impl Unpin for AxTypeRequest
impl UnsafeUnpin for AxTypeRequest
impl UnwindSafe for AxTypeRequest
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