pub struct UserEvent {
pub timestamp: Timestamp,
pub channel: UserEventChannel,
pub format_string: FormatString,
pub formatted_string: FormattedString,
pub args: Vec<Argument>,
}
Fields§
§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 PartialEq for UserEvent
impl PartialEq for UserEvent
source§impl PartialOrd for UserEvent
impl PartialOrd for UserEvent
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl 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