pub struct TextSelectionChangedEvent { /* private fields */ }Auto Trait Implementations§
impl !Send for TextSelectionChangedEvent
impl !Sync for TextSelectionChangedEvent
impl Freeze for TextSelectionChangedEvent
impl RefUnwindSafe for TextSelectionChangedEvent
impl Unpin for TextSelectionChangedEvent
impl UnsafeUnpin for TextSelectionChangedEvent
impl UnwindSafe for TextSelectionChangedEvent
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