pub struct LogContextLayer<R> { /* private fields */ }
Expand description
A layer which creates a log context for each request.
Implementations§
Trait Implementations§
Source§impl<R> Clone for LogContextLayer<R>
impl<R> Clone for LogContextLayer<R>
Auto Trait Implementations§
impl<R> Freeze for LogContextLayer<R>
impl<R> RefUnwindSafe for LogContextLayer<R>
impl<R> Send for LogContextLayer<R>
impl<R> Sync for LogContextLayer<R>
impl<R> Unpin for LogContextLayer<R>
impl<R> UnwindSafe for LogContextLayer<R>
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