pub struct SymbolTableStats {
pub total_strings: usize,
pub unique_strings: usize,
pub total_bytes: usize,
pub agents: usize,
pub workflows: usize,
pub contexts: usize,
pub crews: usize,
}
Fields§
§total_strings: usize
§unique_strings: usize
§total_bytes: usize
§agents: usize
§workflows: usize
§contexts: usize
§crews: usize
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SymbolTableStats
impl RefUnwindSafe for SymbolTableStats
impl Send for SymbolTableStats
impl Sync for SymbolTableStats
impl Unpin for SymbolTableStats
impl UnwindSafe for SymbolTableStats
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