pub struct ValidatedAgenticGraph { /* private fields */ }Implementations§
Source§impl ValidatedAgenticGraph
impl ValidatedAgenticGraph
pub fn from_agentic_mooncake(path: &Path) -> Result<Self>
pub fn from_agentic_mooncake_rows( header: AgenticMooncakeHeader, rows: Vec<AgenticMooncakeRow>, ) -> Result<Self>
pub fn normalize_starts(self) -> Self
pub fn speed_up_timing(self, ratio: f64) -> Result<Self>
pub fn into_trace_driver_with_block_size( self, engine_block_size: usize, ) -> Result<WorkloadDriver>
pub fn into_trace_driver_with_options( self, engine_block_size: usize, include_replay_hashes: bool, agentic_lanes: Option<usize>, ) -> Result<WorkloadDriver>
Source§impl ValidatedAgenticGraph
impl ValidatedAgenticGraph
pub fn block_size(&self) -> usize
pub fn source(&self) -> &AgenticSourceProvenance
pub fn graph_digest(&self) -> &str
pub fn node_count(&self) -> usize
pub fn play_count(&self) -> usize
pub fn nodes(&self) -> &[AgenticNode]
pub fn identity(&self) -> AgenticGraphIdentity
Trait Implementations§
Source§impl Clone for ValidatedAgenticGraph
impl Clone for ValidatedAgenticGraph
Source§fn clone(&self) -> ValidatedAgenticGraph
fn clone(&self) -> ValidatedAgenticGraph
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ValidatedAgenticGraph
impl Debug for ValidatedAgenticGraph
Source§impl PartialEq for ValidatedAgenticGraph
impl PartialEq for ValidatedAgenticGraph
impl StructuralPartialEq for ValidatedAgenticGraph
Auto Trait Implementations§
impl Freeze for ValidatedAgenticGraph
impl RefUnwindSafe for ValidatedAgenticGraph
impl Send for ValidatedAgenticGraph
impl Sync for ValidatedAgenticGraph
impl Unpin for ValidatedAgenticGraph
impl UnsafeUnpin for ValidatedAgenticGraph
impl UnwindSafe for ValidatedAgenticGraph
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