pub struct PressKeyInfo {
pub css_selector: String,
pub key: String,
pub note: String,
}Fields§
§css_selector: String§key: String§note: StringTrait Implementations§
Source§impl Clone for PressKeyInfo
impl Clone for PressKeyInfo
Source§fn clone(&self) -> PressKeyInfo
fn clone(&self) -> PressKeyInfo
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 PressKeyInfo
impl Debug for PressKeyInfo
Source§impl<'de> Deserialize<'de> for PressKeyInfo
impl<'de> Deserialize<'de> for PressKeyInfo
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
impl Eq for PressKeyInfo
Source§impl PartialEq for PressKeyInfo
impl PartialEq for PressKeyInfo
Source§impl Serialize for PressKeyInfo
impl Serialize for PressKeyInfo
impl StructuralPartialEq for PressKeyInfo
Auto Trait Implementations§
impl Freeze for PressKeyInfo
impl RefUnwindSafe for PressKeyInfo
impl Send for PressKeyInfo
impl Sync for PressKeyInfo
impl Unpin for PressKeyInfo
impl UnsafeUnpin for PressKeyInfo
impl UnwindSafe for PressKeyInfo
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