pub struct TelemetryScope {
pub source: ActorId,
pub target: EnemyIdx,
pub pull: PullId,
pub group: GroupId,
}Expand description
Typed encounter scope carried by target-aware telemetry events.
Fields§
§source: ActorId§target: EnemyIdx§pull: PullId§group: GroupIdTrait Implementations§
Source§impl Clone for TelemetryScope
impl Clone for TelemetryScope
Source§fn clone(&self) -> TelemetryScope
fn clone(&self) -> TelemetryScope
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 TelemetryScope
impl Debug for TelemetryScope
Source§impl Hash for TelemetryScope
impl Hash for TelemetryScope
Source§impl Ord for TelemetryScope
impl Ord for TelemetryScope
Source§fn cmp(&self, other: &TelemetryScope) -> Ordering
fn cmp(&self, other: &TelemetryScope) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for TelemetryScope
impl PartialEq for TelemetryScope
Source§impl PartialOrd for TelemetryScope
impl PartialOrd for TelemetryScope
impl Copy for TelemetryScope
impl Eq for TelemetryScope
impl StructuralPartialEq for TelemetryScope
Auto Trait Implementations§
impl Freeze for TelemetryScope
impl RefUnwindSafe for TelemetryScope
impl Send for TelemetryScope
impl Sync for TelemetryScope
impl Unpin for TelemetryScope
impl UnsafeUnpin for TelemetryScope
impl UnwindSafe for TelemetryScope
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