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