pub struct IvmConfig {
pub force_full: bool,
pub default_fallback: FallbackPolicy,
pub emit_evidence: bool,
}Expand description
Configuration for the IVM system.
Fields§
§force_full: boolForce full recomputation on every frame (disables incremental).
Env: FRANKENTUI_FULL_RECOMPUTE=1
default_fallback: FallbackPolicyDefault fallback policy for views without custom policies.
emit_evidence: boolWhether to emit evidence JSONL for each epoch.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IvmConfig
impl RefUnwindSafe for IvmConfig
impl Send for IvmConfig
impl Sync for IvmConfig
impl Unpin for IvmConfig
impl UnsafeUnpin for IvmConfig
impl UnwindSafe for IvmConfig
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