pub struct CompiledLogicStoreStats {
pub compiled_count: usize,
pub next_id: u64,
}Expand description
Statistics about the compiled logic store
Fields§
§compiled_count: usizeNumber of compiled logic expressions stored
next_id: u64Next ID that will be assigned
Trait Implementations§
Source§impl Clone for CompiledLogicStoreStats
impl Clone for CompiledLogicStoreStats
Source§fn clone(&self) -> CompiledLogicStoreStats
fn clone(&self) -> CompiledLogicStoreStats
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 moreAuto Trait Implementations§
impl Freeze for CompiledLogicStoreStats
impl RefUnwindSafe for CompiledLogicStoreStats
impl Send for CompiledLogicStoreStats
impl Sync for CompiledLogicStoreStats
impl Unpin for CompiledLogicStoreStats
impl UnwindSafe for CompiledLogicStoreStats
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