pub struct EffectiveWorkerParams {
pub command: String,
pub args: Vec<String>,
pub model: Option<String>,
pub env: HashMap<String, String>,
pub container: Option<String>,
pub agent: String,
pub options: HashMap<String, String>,
}Fields§
§command: String§args: Vec<String>§model: Option<String>§env: HashMap<String, String>§container: Option<String>§agent: String§options: HashMap<String, String>Auto Trait Implementations§
impl Freeze for EffectiveWorkerParams
impl RefUnwindSafe for EffectiveWorkerParams
impl Send for EffectiveWorkerParams
impl Sync for EffectiveWorkerParams
impl Unpin for EffectiveWorkerParams
impl UnsafeUnpin for EffectiveWorkerParams
impl UnwindSafe for EffectiveWorkerParams
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