pub struct KeymapFileV1 {
pub keymap_version: u32,
pub bindings: Vec<BindingV1>,
}Fields§
§keymap_version: u32§bindings: Vec<BindingV1>Trait Implementations§
Source§impl Debug for KeymapFileV1
impl Debug for KeymapFileV1
Source§impl<'de> Deserialize<'de> for KeymapFileV1
impl<'de> Deserialize<'de> for KeymapFileV1
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
Auto Trait Implementations§
impl Freeze for KeymapFileV1
impl RefUnwindSafe for KeymapFileV1
impl Send for KeymapFileV1
impl Sync for KeymapFileV1
impl Unpin for KeymapFileV1
impl UnsafeUnpin for KeymapFileV1
impl UnwindSafe for KeymapFileV1
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