pub struct DepEnv { /* private fields */ }Expand description
The provider set effective for a route: app providers merged with the route’s module chain — inner module wins (spec §4.2 scoping).
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for DepEnv
impl !UnwindSafe for DepEnv
impl Freeze for DepEnv
impl Send for DepEnv
impl Sync for DepEnv
impl Unpin for DepEnv
impl UnsafeUnpin for DepEnv
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