pub struct AppServerLaunchConfig {
pub runtime_id: String,
pub codex_binary: String,
pub codex_home: Option<PathBuf>,
}Fields§
§runtime_id: String§codex_binary: String§codex_home: Option<PathBuf>Trait Implementations§
Source§impl Clone for AppServerLaunchConfig
impl Clone for AppServerLaunchConfig
Source§fn clone(&self) -> AppServerLaunchConfig
fn clone(&self) -> AppServerLaunchConfig
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 moreAuto Trait Implementations§
impl Freeze for AppServerLaunchConfig
impl RefUnwindSafe for AppServerLaunchConfig
impl Send for AppServerLaunchConfig
impl Sync for AppServerLaunchConfig
impl Unpin for AppServerLaunchConfig
impl UnsafeUnpin for AppServerLaunchConfig
impl UnwindSafe for AppServerLaunchConfig
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