pub struct AssociatedEvent {
pub state: StateId,
pub parent: Parent,
pub sender: StringId,
pub sender_id: WidgetId,
/* private fields */
}Fields§
§state: StateId§parent: Parent§sender: StringId§sender_id: WidgetIdImplementations§
Auto Trait Implementations§
impl Freeze for AssociatedEvent
impl !RefUnwindSafe for AssociatedEvent
impl !Send for AssociatedEvent
impl !Sync for AssociatedEvent
impl Unpin for AssociatedEvent
impl UnsafeUnpin for AssociatedEvent
impl !UnwindSafe for AssociatedEvent
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