pub struct InboundRegistry { /* private fields */ }Expand description
Runtime registry so apps can register any combination of providers and treat them interchangeably.
Implementations§
Trait Implementations§
Source§impl Clone for InboundRegistry
impl Clone for InboundRegistry
Source§fn clone(&self) -> InboundRegistry
fn clone(&self) -> InboundRegistry
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 Default for InboundRegistry
impl Default for InboundRegistry
Source§fn default() -> InboundRegistry
fn default() -> InboundRegistry
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for InboundRegistry
impl !RefUnwindSafe for InboundRegistry
impl Send for InboundRegistry
impl Sync for InboundRegistry
impl Unpin for InboundRegistry
impl !UnwindSafe for InboundRegistry
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