pub struct KeyboardPressRequest {
pub key: String,
}Fields§
§key: StringTrait Implementations§
Source§impl Clone for KeyboardPressRequest
impl Clone for KeyboardPressRequest
Source§fn clone(&self) -> KeyboardPressRequest
fn clone(&self) -> KeyboardPressRequest
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 KeyboardPressRequest
impl Debug for KeyboardPressRequest
Auto Trait Implementations§
impl Freeze for KeyboardPressRequest
impl RefUnwindSafe for KeyboardPressRequest
impl Send for KeyboardPressRequest
impl Sync for KeyboardPressRequest
impl Unpin for KeyboardPressRequest
impl UnsafeUnpin for KeyboardPressRequest
impl UnwindSafe for KeyboardPressRequest
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