pub struct LlmExecutionPlan {
pub routes: Vec<LlmRouteBinding>,
}Expand description
Complete deployment-resolved LLM route set bound immutably to one admitted run.
Fields§
§routes: Vec<LlmRouteBinding>Implementations§
Trait Implementations§
Source§impl Clone for LlmExecutionPlan
impl Clone for LlmExecutionPlan
Source§fn clone(&self) -> LlmExecutionPlan
fn clone(&self) -> LlmExecutionPlan
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 LlmExecutionPlan
impl Debug for LlmExecutionPlan
Source§impl<'de> Deserialize<'de> for LlmExecutionPlan
impl<'de> Deserialize<'de> for LlmExecutionPlan
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for LlmExecutionPlan
impl PartialEq for LlmExecutionPlan
Source§impl Serialize for LlmExecutionPlan
impl Serialize for LlmExecutionPlan
impl StructuralPartialEq for LlmExecutionPlan
Auto Trait Implementations§
impl Freeze for LlmExecutionPlan
impl RefUnwindSafe for LlmExecutionPlan
impl Send for LlmExecutionPlan
impl Sync for LlmExecutionPlan
impl Unpin for LlmExecutionPlan
impl UnsafeUnpin for LlmExecutionPlan
impl UnwindSafe for LlmExecutionPlan
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