pub enum EncounterTelemetryEventKind {
Spawn,
Movement,
Death,
Despawn,
TargetChange,
PullTransition,
}Expand description
Encounter lifecycle event kind captured in the representative timeline.
Variants§
Trait Implementations§
Source§impl Clone for EncounterTelemetryEventKind
impl Clone for EncounterTelemetryEventKind
Source§fn clone(&self) -> EncounterTelemetryEventKind
fn clone(&self) -> EncounterTelemetryEventKind
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for EncounterTelemetryEventKind
impl Debug for EncounterTelemetryEventKind
impl Copy for EncounterTelemetryEventKind
impl Eq for EncounterTelemetryEventKind
impl StructuralPartialEq for EncounterTelemetryEventKind
Auto Trait Implementations§
impl Freeze for EncounterTelemetryEventKind
impl RefUnwindSafe for EncounterTelemetryEventKind
impl Send for EncounterTelemetryEventKind
impl Sync for EncounterTelemetryEventKind
impl Unpin for EncounterTelemetryEventKind
impl UnsafeUnpin for EncounterTelemetryEventKind
impl UnwindSafe for EncounterTelemetryEventKind
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