pub struct PassthroughConfig {
pub parent_target: ModelId,
pub subagent: Option<PassthroughSubagentConfig>,
}Expand description
Complete construction settings for Passthrough.
Fields§
§parent_target: ModelIdTarget used for parent and harness-maintenance traffic.
subagent: Option<PassthroughSubagentConfig>Optional delegated-work decision gate.
Auto Trait Implementations§
impl Freeze for PassthroughConfig
impl !RefUnwindSafe for PassthroughConfig
impl Send for PassthroughConfig
impl Sync for PassthroughConfig
impl Unpin for PassthroughConfig
impl UnsafeUnpin for PassthroughConfig
impl !UnwindSafe for PassthroughConfig
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