pub struct TextEventData {
pub event: CommandEventData,
}Expand description
Event data for text events
Fields§
§event: CommandEventDataImplementations§
Trait Implementations§
Auto Trait Implementations§
impl !Send for TextEventData
impl !Sync for TextEventData
impl Freeze for TextEventData
impl RefUnwindSafe for TextEventData
impl Unpin for TextEventData
impl UnsafeUnpin for TextEventData
impl UnwindSafe for TextEventData
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