pub struct Registries { /* private fields */ }Expand description
The registries the host composes. Default is LemmaBase alone.
LemmaBase is a fixed member: adding registries never retargets it.
Implementations§
Source§impl Registries
impl Registries
pub fn registry_for(&self, qualifier: &RepositoryQualifier) -> &dyn Registry
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Registries
impl RefUnwindSafe for Registries
impl Send for Registries
impl Sync for Registries
impl Unpin for Registries
impl UnsafeUnpin for Registries
impl UnwindSafe for Registries
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