pub struct ModuleExports {
pub agents: HashMap<String, AgentExport>,
pub workflows: HashMap<String, WorkflowExport>,
pub contexts: HashMap<String, ContextExport>,
pub crews: HashMap<String, CrewExport>,
pub types: HashMap<String, TypeExport>,
}
Fields§
§agents: HashMap<String, AgentExport>
§workflows: HashMap<String, WorkflowExport>
§contexts: HashMap<String, ContextExport>
§crews: HashMap<String, CrewExport>
§types: HashMap<String, TypeExport>
Trait Implementations§
Source§impl Clone for ModuleExports
impl Clone for ModuleExports
Source§fn clone(&self) -> ModuleExports
fn clone(&self) -> ModuleExports
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 moreSource§impl Debug for ModuleExports
impl Debug for ModuleExports
Source§impl Default for ModuleExports
impl Default for ModuleExports
Source§fn default() -> ModuleExports
fn default() -> ModuleExports
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ModuleExports
impl RefUnwindSafe for ModuleExports
impl Send for ModuleExports
impl Sync for ModuleExports
impl Unpin for ModuleExports
impl UnwindSafe for ModuleExports
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