pub struct KeyPressRequest {
pub selector: String,
pub key: String,
pub frame_selector: Option<String>,
}Fields§
§selector: String§key: String§frame_selector: Option<String>Trait Implementations§
Source§impl Clone for KeyPressRequest
impl Clone for KeyPressRequest
Source§fn clone(&self) -> KeyPressRequest
fn clone(&self) -> KeyPressRequest
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 KeyPressRequest
impl Debug for KeyPressRequest
Auto Trait Implementations§
impl Freeze for KeyPressRequest
impl RefUnwindSafe for KeyPressRequest
impl Send for KeyPressRequest
impl Sync for KeyPressRequest
impl Unpin for KeyPressRequest
impl UnsafeUnpin for KeyPressRequest
impl UnwindSafe for KeyPressRequest
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