pub struct AccessLog { /* private fields */ }Expand description
Access log middleware.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AccessLog
impl !RefUnwindSafe for AccessLog
impl Send for AccessLog
impl Sync for AccessLog
impl Unpin for AccessLog
impl UnsafeUnpin for AccessLog
impl !UnwindSafe for AccessLog
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