pub struct selectionchange;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for selectionchange
impl RefUnwindSafe for selectionchange
impl Send for selectionchange
impl Sync for selectionchange
impl Unpin for selectionchange
impl UnwindSafe for selectionchange
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