pub struct QueryKeymapRequest;
Implementations§
Trait Implementations§
Source§impl Clone for QueryKeymapRequest
impl Clone for QueryKeymapRequest
Source§fn clone(&self) -> QueryKeymapRequest
fn clone(&self) -> QueryKeymapRequest
Returns a duplicate 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 QueryKeymapRequest
impl Debug for QueryKeymapRequest
Source§impl Default for QueryKeymapRequest
impl Default for QueryKeymapRequest
Source§fn default() -> QueryKeymapRequest
fn default() -> QueryKeymapRequest
Returns the “default value” for a type. Read more
Source§impl Hash for QueryKeymapRequest
impl Hash for QueryKeymapRequest
Source§impl Ord for QueryKeymapRequest
impl Ord for QueryKeymapRequest
Source§fn cmp(&self, other: &QueryKeymapRequest) -> Ordering
fn cmp(&self, other: &QueryKeymapRequest) -> 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 QueryKeymapRequest
impl PartialEq for QueryKeymapRequest
Source§impl PartialOrd for QueryKeymapRequest
impl PartialOrd for QueryKeymapRequest
Source§impl ReplyRequest for QueryKeymapRequest
impl ReplyRequest for QueryKeymapRequest
Source§type Reply = QueryKeymapReply
type Reply = QueryKeymapReply
The kind of reply that this request generates.
Source§impl Request for QueryKeymapRequest
impl Request for QueryKeymapRequest
impl Copy for QueryKeymapRequest
impl Eq for QueryKeymapRequest
impl StructuralPartialEq for QueryKeymapRequest
Auto Trait Implementations§
impl Freeze for QueryKeymapRequest
impl RefUnwindSafe for QueryKeymapRequest
impl Send for QueryKeymapRequest
impl Sync for QueryKeymapRequest
impl Unpin for QueryKeymapRequest
impl UnwindSafe for QueryKeymapRequest
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