pub struct KeyboardMashRule;Trait Implementations§
Auto Trait Implementations§
impl Freeze for KeyboardMashRule
impl RefUnwindSafe for KeyboardMashRule
impl Send for KeyboardMashRule
impl Sync for KeyboardMashRule
impl Unpin for KeyboardMashRule
impl UnsafeUnpin for KeyboardMashRule
impl UnwindSafe for KeyboardMashRule
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