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