pub struct LazyContextPopulator;Expand description
Lazy context populator that supports both copy and bind mount modes
Implementations§
Auto Trait Implementations§
impl Freeze for LazyContextPopulator
impl RefUnwindSafe for LazyContextPopulator
impl Send for LazyContextPopulator
impl Sync for LazyContextPopulator
impl Unpin for LazyContextPopulator
impl UnsafeUnpin for LazyContextPopulator
impl UnwindSafe for LazyContextPopulator
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