pub struct RunnerBinaries<'a> {
pub codex: &'a str,
pub opencode: &'a str,
pub gemini: &'a str,
pub claude: &'a str,
pub cursor: &'a str,
pub kimi: &'a str,
pub pi: &'a str,
}Fields§
§codex: &'a str§opencode: &'a str§gemini: &'a str§claude: &'a str§cursor: &'a str§kimi: &'a str§pi: &'a strTrait Implementations§
Source§impl<'a> Clone for RunnerBinaries<'a>
impl<'a> Clone for RunnerBinaries<'a>
Source§fn clone(&self) -> RunnerBinaries<'a>
fn clone(&self) -> RunnerBinaries<'a>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl<'a> Copy for RunnerBinaries<'a>
Auto Trait Implementations§
impl<'a> Freeze for RunnerBinaries<'a>
impl<'a> RefUnwindSafe for RunnerBinaries<'a>
impl<'a> Send for RunnerBinaries<'a>
impl<'a> Sync for RunnerBinaries<'a>
impl<'a> Unpin for RunnerBinaries<'a>
impl<'a> UnsafeUnpin for RunnerBinaries<'a>
impl<'a> UnwindSafe for RunnerBinaries<'a>
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