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