Struct rio_config::bindings::KeyBinding
source · pub struct KeyBinding {
pub key: String,
pub with: String,
pub action: String,
pub text: String,
pub bytes: Vec<u8>,
pub mode: String,
}Fields§
§key: String§with: String§action: String§text: String§bytes: Vec<u8>§mode: StringTrait Implementations§
source§impl Clone for KeyBinding
impl Clone for KeyBinding
source§fn clone(&self) -> KeyBinding
fn clone(&self) -> KeyBinding
Returns a copy 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 KeyBinding
impl Debug for KeyBinding
source§impl<'de> Deserialize<'de> for KeyBinding
impl<'de> Deserialize<'de> for KeyBinding
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 KeyBinding
impl PartialEq for KeyBinding
source§fn eq(&self, other: &KeyBinding) -> bool
fn eq(&self, other: &KeyBinding) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for KeyBinding
impl Serialize for KeyBinding
impl StructuralPartialEq for KeyBinding
Auto Trait Implementations§
impl RefUnwindSafe for KeyBinding
impl Send for KeyBinding
impl Sync for KeyBinding
impl Unpin for KeyBinding
impl UnwindSafe for KeyBinding
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