pub struct CodexHarnessConfig {
pub command: String,
}Expand description
What this adapter is, as opposed to what is layered onto it — the same
split as AcpHarnessConfig and
OpenHarnessConfig.
Fields§
§command: StringProgram to spawn. A bare name is resolved on PATH; a path is used as given. A rename upstream, a fork, a wrapper script or a test stub costs a field here rather than a release.
Trait Implementations§
Source§impl Clone for CodexHarnessConfig
impl Clone for CodexHarnessConfig
Source§fn clone(&self) -> CodexHarnessConfig
fn clone(&self) -> CodexHarnessConfig
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 CodexHarnessConfig
impl Debug for CodexHarnessConfig
Auto Trait Implementations§
impl Freeze for CodexHarnessConfig
impl RefUnwindSafe for CodexHarnessConfig
impl Send for CodexHarnessConfig
impl Sync for CodexHarnessConfig
impl Unpin for CodexHarnessConfig
impl UnsafeUnpin for CodexHarnessConfig
impl UnwindSafe for CodexHarnessConfig
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