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