pub struct KeyBindingListResponse {
pub bindings: Vec<KeyBinding>,
}Fields§
§bindings: Vec<KeyBinding>Implementations§
Source§impl KeyBindingListResponse
impl KeyBindingListResponse
pub fn new(bindings: Vec<KeyBinding>) -> KeyBindingListResponse
Trait Implementations§
Source§impl Clone for KeyBindingListResponse
impl Clone for KeyBindingListResponse
Source§fn clone(&self) -> KeyBindingListResponse
fn clone(&self) -> KeyBindingListResponse
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 KeyBindingListResponse
impl Debug for KeyBindingListResponse
Source§impl Default for KeyBindingListResponse
impl Default for KeyBindingListResponse
Source§fn default() -> KeyBindingListResponse
fn default() -> KeyBindingListResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for KeyBindingListResponse
impl<'de> Deserialize<'de> for KeyBindingListResponse
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 KeyBindingListResponse
impl PartialEq for KeyBindingListResponse
Source§fn eq(&self, other: &KeyBindingListResponse) -> bool
fn eq(&self, other: &KeyBindingListResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for KeyBindingListResponse
impl Serialize for KeyBindingListResponse
impl StructuralPartialEq for KeyBindingListResponse
Auto Trait Implementations§
impl Freeze for KeyBindingListResponse
impl RefUnwindSafe for KeyBindingListResponse
impl Send for KeyBindingListResponse
impl Sync for KeyBindingListResponse
impl Unpin for KeyBindingListResponse
impl UnsafeUnpin for KeyBindingListResponse
impl UnwindSafe for KeyBindingListResponse
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