pub struct UserEvent {
pub event_count: EventCount,
pub timestamp: Timestamp,
pub channel: UserEventChannel,
pub format_string: FormatString,
pub formatted_string: FormattedString,
pub args: Vec<Argument>,
}Fields§
§event_count: EventCount§timestamp: Timestamp§channel: UserEventChannel§format_string: FormatString§formatted_string: FormattedString§args: Vec<Argument>Trait Implementations§
Source§impl Ord for UserEvent
impl Ord for UserEvent
Source§impl PartialOrd for UserEvent
impl PartialOrd for UserEvent
impl Eq for UserEvent
impl StructuralPartialEq for UserEvent
Auto Trait Implementations§
impl Freeze for UserEvent
impl RefUnwindSafe for UserEvent
impl Send for UserEvent
impl Sync for UserEvent
impl Unpin for UserEvent
impl UnwindSafe for UserEvent
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