pub struct GetKbdByNameRepliesKeyNamesValueList {Show 14 fields
pub keycodes_name: Option<Atom>,
pub geometry_name: Option<Atom>,
pub symbols_name: Option<Atom>,
pub phys_symbols_name: Option<Atom>,
pub types_name: Option<Atom>,
pub compat_name: Option<Atom>,
pub type_names: Option<Vec<Atom>>,
pub kt_level_names: Option<GetKbdByNameRepliesKeyNamesValueListKTLevelNames>,
pub indicator_names: Option<Vec<Atom>>,
pub virtual_mod_names: Option<Vec<Atom>>,
pub groups: Option<Vec<Atom>>,
pub key_names: Option<Vec<KeyName>>,
pub key_aliases: Option<Vec<KeyAlias>>,
pub radio_group_names: Option<Vec<Atom>>,
}
Fields§
§keycodes_name: Option<Atom>
§geometry_name: Option<Atom>
§symbols_name: Option<Atom>
§phys_symbols_name: Option<Atom>
§types_name: Option<Atom>
§compat_name: Option<Atom>
§type_names: Option<Vec<Atom>>
§kt_level_names: Option<GetKbdByNameRepliesKeyNamesValueListKTLevelNames>
§indicator_names: Option<Vec<Atom>>
§virtual_mod_names: Option<Vec<Atom>>
§groups: Option<Vec<Atom>>
§key_names: Option<Vec<KeyName>>
§key_aliases: Option<Vec<KeyAlias>>
§radio_group_names: Option<Vec<Atom>>
Trait Implementations§
source§impl Clone for GetKbdByNameRepliesKeyNamesValueList
impl Clone for GetKbdByNameRepliesKeyNamesValueList
source§fn clone(&self) -> GetKbdByNameRepliesKeyNamesValueList
fn clone(&self) -> GetKbdByNameRepliesKeyNamesValueList
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 Default for GetKbdByNameRepliesKeyNamesValueList
impl Default for GetKbdByNameRepliesKeyNamesValueList
source§fn default() -> GetKbdByNameRepliesKeyNamesValueList
fn default() -> GetKbdByNameRepliesKeyNamesValueList
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for GetKbdByNameRepliesKeyNamesValueList
impl<'de> Deserialize<'de> for GetKbdByNameRepliesKeyNamesValueList
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 Ord for GetKbdByNameRepliesKeyNamesValueList
impl Ord for GetKbdByNameRepliesKeyNamesValueList
source§fn cmp(&self, other: &GetKbdByNameRepliesKeyNamesValueList) -> Ordering
fn cmp(&self, other: &GetKbdByNameRepliesKeyNamesValueList) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for GetKbdByNameRepliesKeyNamesValueList
impl PartialEq for GetKbdByNameRepliesKeyNamesValueList
source§fn eq(&self, other: &GetKbdByNameRepliesKeyNamesValueList) -> bool
fn eq(&self, other: &GetKbdByNameRepliesKeyNamesValueList) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for GetKbdByNameRepliesKeyNamesValueList
impl PartialOrd for GetKbdByNameRepliesKeyNamesValueList
source§fn partial_cmp(
&self,
other: &GetKbdByNameRepliesKeyNamesValueList
) -> Option<Ordering>
fn partial_cmp( &self, other: &GetKbdByNameRepliesKeyNamesValueList ) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Eq for GetKbdByNameRepliesKeyNamesValueList
impl StructuralPartialEq for GetKbdByNameRepliesKeyNamesValueList
Auto Trait Implementations§
impl Freeze for GetKbdByNameRepliesKeyNamesValueList
impl RefUnwindSafe for GetKbdByNameRepliesKeyNamesValueList
impl Send for GetKbdByNameRepliesKeyNamesValueList
impl Sync for GetKbdByNameRepliesKeyNamesValueList
impl Unpin for GetKbdByNameRepliesKeyNamesValueList
impl UnwindSafe for GetKbdByNameRepliesKeyNamesValueList
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