pub struct StderrAudit;Expand description
The default sink: one line per request on stderr.
Trait Implementations§
Source§impl AuditSink for StderrAudit
impl AuditSink for StderrAudit
Source§fn record(&self, entry: &AuditEntry)
fn record(&self, entry: &AuditEntry)
Records one request. Read more
Source§impl Clone for StderrAudit
impl Clone for StderrAudit
Source§fn clone(&self) -> StderrAudit
fn clone(&self) -> StderrAudit
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for StderrAudit
Source§impl Debug for StderrAudit
impl Debug for StderrAudit
Source§impl Default for StderrAudit
impl Default for StderrAudit
Source§fn default() -> StderrAudit
fn default() -> StderrAudit
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for StderrAudit
impl RefUnwindSafe for StderrAudit
impl Send for StderrAudit
impl Sync for StderrAudit
impl Unpin for StderrAudit
impl UnsafeUnpin for StderrAudit
impl UnwindSafe for StderrAudit
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