pub struct BotStats {
pub ticks_received: u64,
pub intents_sent: u64,
pub intent_acks: u64,
pub last_tick: u64,
pub last_entity_count: usize,
pub intent_latency_p99_ms: f64,
}Fields§
§ticks_received: u64§intents_sent: u64§intent_acks: u64§last_tick: u64§last_entity_count: usize§intent_latency_p99_ms: f64Trait Implementations§
Auto Trait Implementations§
impl Freeze for BotStats
impl RefUnwindSafe for BotStats
impl Send for BotStats
impl Sync for BotStats
impl Unpin for BotStats
impl UnsafeUnpin for BotStats
impl UnwindSafe for BotStats
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