Struct alacritty::config::bindings::ModeWrapper
source · pub struct ModeWrapper {
pub mode: BindingMode,
pub not_mode: BindingMode,
}
Fields§
§mode: BindingMode
§not_mode: BindingMode
Trait Implementations§
source§impl Clone for ModeWrapper
impl Clone for ModeWrapper
source§fn clone(&self) -> ModeWrapper
fn clone(&self) -> ModeWrapper
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 Debug for ModeWrapper
impl Debug for ModeWrapper
source§impl Default for ModeWrapper
impl Default for ModeWrapper
source§impl<'a> Deserialize<'a> for ModeWrapper
impl<'a> Deserialize<'a> for ModeWrapper
source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'a>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where D: Deserializer<'a>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq<ModeWrapper> for ModeWrapper
impl PartialEq<ModeWrapper> for ModeWrapper
source§fn eq(&self, other: &ModeWrapper) -> bool
fn eq(&self, other: &ModeWrapper) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ModeWrapper
impl Eq for ModeWrapper
impl StructuralEq for ModeWrapper
impl StructuralPartialEq for ModeWrapper
Auto Trait Implementations§
impl RefUnwindSafe for ModeWrapper
impl Send for ModeWrapper
impl Sync for ModeWrapper
impl Unpin for ModeWrapper
impl UnwindSafe for ModeWrapper
Blanket Implementations§
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.