pub struct Logs {
pub report_hashrate: bool,
pub cumulative_hashrate_update_interval_secs: f64,
pub log_level: LevelFilter,
pub print_config: bool,
}Fields§
§report_hashrate: bool§cumulative_hashrate_update_interval_secs: f64§log_level: LevelFilter§print_config: boolTrait Implementations§
impl Copy for Logs
impl StructuralPartialEq for Logs
Auto Trait Implementations§
impl Freeze for Logs
impl RefUnwindSafe for Logs
impl Send for Logs
impl Sync for Logs
impl Unpin for Logs
impl UnwindSafe for Logs
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