Enum tui_markup_renderer::markup_parser::Event
source · pub enum Event<I> {
Input(I),
Tick,
}
Variants§
Auto Trait Implementations§
impl<I> RefUnwindSafe for Event<I>where I: RefUnwindSafe,
impl<I> Send for Event<I>where I: Send,
impl<I> Sync for Event<I>where I: Sync,
impl<I> Unpin for Event<I>where I: Unpin,
impl<I> UnwindSafe for Event<I>where I: UnwindSafe,
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