pub struct Modifiers<'src> {
pub name: KeyCombo<'src>,
}
Fields§
§name: KeyCombo<'src>
Trait Implementations§
impl<'src> StructuralPartialEq for Modifiers<'src>
Auto Trait Implementations§
impl<'src> Freeze for Modifiers<'src>
impl<'src> RefUnwindSafe for Modifiers<'src>
impl<'src> Send for Modifiers<'src>
impl<'src> Sync for Modifiers<'src>
impl<'src> Unpin for Modifiers<'src>
impl<'src> UnwindSafe for Modifiers<'src>
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