pub struct LogConfig {
pub audit_level: LogLevel,
pub sql_level: LogLevel,
pub tool_level: LogLevel,
pub audit_entities: Option<Vec<String>>,
pub sql_tables: Option<Vec<String>>,
pub tool_focus: Option<Vec<String>>,
}Fields§
§audit_level: LogLevel§sql_level: LogLevel§tool_level: LogLevel§audit_entities: Option<Vec<String>>§sql_tables: Option<Vec<String>>§tool_focus: Option<Vec<String>>Implementations§
Auto Trait Implementations§
impl Freeze for LogConfig
impl RefUnwindSafe for LogConfig
impl Send for LogConfig
impl Sync for LogConfig
impl Unpin for LogConfig
impl UnsafeUnpin for LogConfig
impl UnwindSafe for LogConfig
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