Struct ExIsMatch
pub struct ExIsMatch<'ex> { /* private fields */ }Expand description
Default-param extender for InputEvent::is_match_ex.
Implementations§
Auto Trait Implementations§
impl<'ex> Freeze for ExIsMatch<'ex>
impl<'ex> RefUnwindSafe for ExIsMatch<'ex>
impl<'ex> !Send for ExIsMatch<'ex>
impl<'ex> !Sync for ExIsMatch<'ex>
impl<'ex> Unpin for ExIsMatch<'ex>
impl<'ex> UnwindSafe for ExIsMatch<'ex>
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