Struct selectionchange
pub struct selectionchange;
Trait Implementations§
§impl EventDescriptor for selectionchange
impl EventDescriptor for selectionchange
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