pub struct ConsoleSink { /* private fields */ }
Expand description
Console/stdout audit sink for development
Implementations§
Source§impl ConsoleSink
impl ConsoleSink
Sourcepub fn new(min_level: AuditSeverity) -> Self
pub fn new(min_level: AuditSeverity) -> Self
Create a new console sink with minimum severity level
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ConsoleSink
impl RefUnwindSafe for ConsoleSink
impl Send for ConsoleSink
impl Sync for ConsoleSink
impl Unpin for ConsoleSink
impl UnwindSafe for ConsoleSink
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