Struct browser_window::browser::TextSelectionChangedEvent
source · pub struct TextSelectionChangedEvent { /* private fields */ }
Auto Trait Implementations§
impl Freeze for TextSelectionChangedEvent
impl RefUnwindSafe for TextSelectionChangedEvent
impl !Send for TextSelectionChangedEvent
impl !Sync for TextSelectionChangedEvent
impl Unpin 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