pub struct NoopContextLoader;Expand description
A no-op ContextLoader that never resolves remote contexts.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NoopContextLoader
impl RefUnwindSafe for NoopContextLoader
impl Send for NoopContextLoader
impl Sync for NoopContextLoader
impl Unpin for NoopContextLoader
impl UnsafeUnpin for NoopContextLoader
impl UnwindSafe for NoopContextLoader
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