Struct meru_interface::KeyConfig
source · [−]Fields
controllers: Vec<Vec<(String, KeyAssign)>>
Implementations
Trait Implementations
sourceimpl<'de> Deserialize<'de> for KeyConfig
impl<'de> Deserialize<'de> for KeyConfig
sourcefn 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
sourceimpl PartialEq<KeyConfig> for KeyConfig
impl PartialEq<KeyConfig> for KeyConfig
impl Eq for KeyConfig
impl StructuralEq for KeyConfig
impl StructuralPartialEq for KeyConfig
Auto Trait Implementations
impl RefUnwindSafe for KeyConfig
impl Send for KeyConfig
impl Sync for KeyConfig
impl Unpin for KeyConfig
impl UnwindSafe for KeyConfig
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more