pub struct RequestTracing {
pub log_all: bool,
}Fields§
§log_all: boolImplementations§
Source§impl RequestTracing
impl RequestTracing
pub fn new() -> Self
pub fn errors_only() -> Self
Trait Implementations§
Source§impl Default for RequestTracing
impl Default for RequestTracing
Source§impl IMiddleware for RequestTracing
impl IMiddleware for RequestTracing
Auto Trait Implementations§
impl Freeze for RequestTracing
impl RefUnwindSafe for RequestTracing
impl Send for RequestTracing
impl Sync for RequestTracing
impl Unpin for RequestTracing
impl UnsafeUnpin for RequestTracing
impl UnwindSafe for RequestTracing
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