pub struct EventInfo {
pub event_name: String,
pub payload_type: String,
pub payload_type_structure: TypeStructure,
pub file_path: String,
pub line_number: usize,
}Fields§
§event_name: String§payload_type: String§payload_type_structure: TypeStructureStructured representation of the payload type for generators
file_path: String§line_number: usizeAuto Trait Implementations§
impl Freeze for EventInfo
impl RefUnwindSafe for EventInfo
impl Send for EventInfo
impl Sync for EventInfo
impl Unpin for EventInfo
impl UnsafeUnpin for EventInfo
impl UnwindSafe for EventInfo
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