pub struct HintMouse {
pub enabled: bool,
pub mods: ModsWrapper,
}
Expand description
Hint mouse highlighting.
Fields§
§enabled: bool
Hint mouse highlighting availability.
mods: ModsWrapper
Required mouse modifiers for hint highlighting.
Trait Implementations§
source§impl<'de> Deserialize<'de> for HintMouse
impl<'de> Deserialize<'de> for HintMouse
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<HintMouse> for HintMouse
impl PartialEq<HintMouse> for HintMouse
source§impl<'de> SerdeReplace for HintMouse
impl<'de> SerdeReplace for HintMouse
impl Copy for HintMouse
impl Eq for HintMouse
impl StructuralEq for HintMouse
impl StructuralPartialEq for HintMouse
Auto Trait Implementations§
impl RefUnwindSafe for HintMouse
impl Send for HintMouse
impl Sync for HintMouse
impl Unpin for HintMouse
impl UnwindSafe for HintMouse
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
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.source§impl<T> ResetDiscriminant<T> for Twhere
T: Copy,
impl<T> ResetDiscriminant<T> for Twhere T: Copy,
source§fn discriminant(&self) -> T
fn discriminant(&self) -> T
Value based on which equality for the reset will be determined.