pub struct AuditLayer;Expand description
Zero-sized marker; actual logging happens inline in the request handler.
Trait Implementations§
Source§impl Clone for AuditLayer
impl Clone for AuditLayer
Source§fn clone(&self) -> AuditLayer
fn clone(&self) -> AuditLayer
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AuditLayer
impl Debug for AuditLayer
Source§impl Default for AuditLayer
impl Default for AuditLayer
Source§fn default() -> AuditLayer
fn default() -> AuditLayer
Returns the “default value” for a type. Read more
impl Copy for AuditLayer
Auto Trait Implementations§
impl Freeze for AuditLayer
impl RefUnwindSafe for AuditLayer
impl Send for AuditLayer
impl Sync for AuditLayer
impl Unpin for AuditLayer
impl UnsafeUnpin for AuditLayer
impl UnwindSafe for AuditLayer
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