pub struct TypeAction {
pub text: String,
}
Expand description
A typing (text entry) action.
Fields§
§text: String
The text to type.
Trait Implementations§
Source§impl Clone for TypeAction
impl Clone for TypeAction
Source§fn clone(&self) -> TypeAction
fn clone(&self) -> TypeAction
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 TypeAction
impl Debug for TypeAction
Source§impl<'de> Deserialize<'de> for TypeAction
impl<'de> Deserialize<'de> for TypeAction
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 TypeAction
impl PartialEq for TypeAction
Source§impl Serialize for TypeAction
impl Serialize for TypeAction
impl StructuralPartialEq for TypeAction
Auto Trait Implementations§
impl Freeze for TypeAction
impl RefUnwindSafe for TypeAction
impl Send for TypeAction
impl Sync for TypeAction
impl Unpin for TypeAction
impl UnwindSafe for TypeAction
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