pub struct TextChangedEvent {
pub s_ptr: String,
}
Fields§
§s_ptr: String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TextChangedEvent
impl RefUnwindSafe for TextChangedEvent
impl Send for TextChangedEvent
impl Sync for TextChangedEvent
impl Unpin for TextChangedEvent
impl UnwindSafe for TextChangedEvent
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