pub struct ToolSetRegistry { /* private fields */ }Expand description
Thread-safe registry of versioned tool sets. Multiple versions of the same id can coexist; consumers pin the version they want.
Implementations§
Trait Implementations§
Source§impl Clone for ToolSetRegistry
impl Clone for ToolSetRegistry
Source§fn clone(&self) -> ToolSetRegistry
fn clone(&self) -> ToolSetRegistry
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for ToolSetRegistry
impl Default for ToolSetRegistry
Source§fn default() -> ToolSetRegistry
fn default() -> ToolSetRegistry
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !RefUnwindSafe for ToolSetRegistry
impl !UnwindSafe for ToolSetRegistry
impl Freeze for ToolSetRegistry
impl Send for ToolSetRegistry
impl Sync for ToolSetRegistry
impl Unpin for ToolSetRegistry
impl UnsafeUnpin for ToolSetRegistry
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