pub struct TextEvent<'a> { /* private fields */ }Expand description
An event emitted by text content.
Implementations§
Trait Implementations§
impl<'a> Copy for TextEvent<'a>
Auto Trait Implementations§
impl<'a> Freeze for TextEvent<'a>
impl<'a> RefUnwindSafe for TextEvent<'a>
impl<'a> Send for TextEvent<'a>
impl<'a> Sync for TextEvent<'a>
impl<'a> Unpin for TextEvent<'a>
impl<'a> UnwindSafe for TextEvent<'a>
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