pub struct CompositeAgentRegistry { /* private fields */ }Implementations§
Source§impl CompositeAgentRegistry
impl CompositeAgentRegistry
pub fn try_new( regs: impl IntoIterator<Item = Arc<dyn AgentRegistry>>, ) -> Result<Self, AgentRegistryError>
Trait Implementations§
Source§impl Clone for CompositeAgentRegistry
impl Clone for CompositeAgentRegistry
Source§fn clone(&self) -> CompositeAgentRegistry
fn clone(&self) -> CompositeAgentRegistry
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 CompositeAgentRegistry
impl Debug for CompositeAgentRegistry
Source§impl Default for CompositeAgentRegistry
impl Default for CompositeAgentRegistry
Source§fn default() -> CompositeAgentRegistry
fn default() -> CompositeAgentRegistry
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CompositeAgentRegistry
impl !RefUnwindSafe for CompositeAgentRegistry
impl Send for CompositeAgentRegistry
impl Sync for CompositeAgentRegistry
impl Unpin for CompositeAgentRegistry
impl !UnwindSafe for CompositeAgentRegistry
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