pub struct CrewDecl {
pub name: String,
pub agents: Vec<String>,
pub process_type: Option<String>,
pub properties: HashMap<String, Expression>,
}
Fields§
§name: String
§agents: Vec<String>
§process_type: Option<String>
§properties: HashMap<String, Expression>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CrewDecl
impl RefUnwindSafe for CrewDecl
impl Send for CrewDecl
impl Sync for CrewDecl
impl Unpin for CrewDecl
impl UnwindSafe for CrewDecl
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