pub struct Log<F> {
func: F,
}
Expand description
Decorates a Filter
to log requests and responses.
Fields§
§func: F
Trait Implementations§
source§impl<FN, F> WrapSealed<F> for Log<FN>
impl<FN, F> WrapSealed<F> for Log<FN>
impl<F: Copy> Copy for Log<F>
Auto Trait Implementations§
impl<F> Freeze for Log<F>where
F: Freeze,
impl<F> RefUnwindSafe for Log<F>where
F: RefUnwindSafe,
impl<F> Send for Log<F>where
F: Send,
impl<F> Sync for Log<F>where
F: Sync,
impl<F> Unpin for Log<F>where
F: Unpin,
impl<F> UnwindSafe for Log<F>where
F: UnwindSafe,
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