pub struct Settings {
pub terminal_logs: bool,
pub terminal_log_lvl: String,
pub file_logs: bool,
pub file_log_lvl: String,
pub log_file_path: String,
pub debug_extra: bool,
pub async_logging: bool,
}Fields§
§terminal_logs: bool§terminal_log_lvl: String§file_logs: bool§file_log_lvl: String§log_file_path: String§debug_extra: bool§async_logging: boolTrait Implementations§
impl StructuralPartialEq for Settings
Auto Trait Implementations§
impl Freeze for Settings
impl RefUnwindSafe for Settings
impl Send for Settings
impl Sync for Settings
impl Unpin for Settings
impl UnwindSafe for Settings
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