pub struct BaseEvent {
pub code: EventCode,
pub event_count: EventCount,
pub timestamp: Timestamp,
/* private fields */
}Fields§
§code: EventCode§event_count: EventCount§timestamp: TimestampImplementations§
Trait Implementations§
Source§impl Ord for BaseEvent
impl Ord for BaseEvent
Source§impl PartialOrd for BaseEvent
impl PartialOrd for BaseEvent
impl Eq for BaseEvent
impl StructuralPartialEq for BaseEvent
Auto Trait Implementations§
impl Freeze for BaseEvent
impl RefUnwindSafe for BaseEvent
impl Send for BaseEvent
impl Sync for BaseEvent
impl Unpin for BaseEvent
impl UnwindSafe for BaseEvent
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