#[repr(C)]pub struct EventData {
pub data: StbString,
}Expand description
A generic JSON-data payload for the long-tail events whose structured shape
the host serializes wholesale (context, before_provider_request, model
select, resources_discover response, etc.). The plugin reads the fields it
needs.
Fields§
§data: StbStringTrait Implementations§
Auto Trait Implementations§
impl Freeze for EventData
impl RefUnwindSafe for EventData
impl Send for EventData
impl Sync for EventData
impl Unpin for EventData
impl UnsafeUnpin for EventData
impl UnwindSafe for EventData
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