pub struct ProviderDependency { /* private fields */ }Expand description
One provider dependency used to calculate contextual scope propagation.
Implementations§
Source§impl ProviderDependency
impl ProviderDependency
Trait Implementations§
Source§impl Clone for ProviderDependency
impl Clone for ProviderDependency
Source§fn clone(&self) -> ProviderDependency
fn clone(&self) -> ProviderDependency
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 Debug for ProviderDependency
impl Debug for ProviderDependency
impl Eq for ProviderDependency
Source§impl PartialEq for ProviderDependency
impl PartialEq for ProviderDependency
impl StructuralPartialEq for ProviderDependency
Auto Trait Implementations§
impl Freeze for ProviderDependency
impl RefUnwindSafe for ProviderDependency
impl Send for ProviderDependency
impl Sync for ProviderDependency
impl Unpin for ProviderDependency
impl UnsafeUnpin for ProviderDependency
impl UnwindSafe for ProviderDependency
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