pub struct CustomMetrics { /* private fields */ }Expand description
KV store written from Lua via alc.stats.record(key, value).
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CustomMetrics
impl RefUnwindSafe for CustomMetrics
impl Send for CustomMetrics
impl Sync for CustomMetrics
impl Unpin for CustomMetrics
impl UnsafeUnpin for CustomMetrics
impl UnwindSafe for CustomMetrics
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