pub struct InternerStats {
pub model_count: usize,
pub session_count: usize,
pub model_memory_saved: usize,
pub session_memory_saved: usize,
}Expand description
Statistics about string interning
Fields§
§model_count: usize§session_count: usize§model_memory_saved: usize§session_memory_saved: usizeImplementations§
Source§impl InternerStats
impl InternerStats
Auto Trait Implementations§
impl Freeze for InternerStats
impl RefUnwindSafe for InternerStats
impl Send for InternerStats
impl Sync for InternerStats
impl Unpin for InternerStats
impl UnsafeUnpin for InternerStats
impl UnwindSafe for InternerStats
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