pub struct ExpansionSimulation {
pub included_atoms: Vec<String>,
pub total_tokens: usize,
pub max_depth_reached: usize,
pub truncated: bool,
}Fields§
§included_atoms: Vec<String>§total_tokens: usize§max_depth_reached: usize§truncated: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for ExpansionSimulation
impl RefUnwindSafe for ExpansionSimulation
impl Send for ExpansionSimulation
impl Sync for ExpansionSimulation
impl Unpin for ExpansionSimulation
impl UnwindSafe for ExpansionSimulation
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