pub struct SimpleLogs {
pub report_hashrate: bool,
pub cumulative_hashrate_update_interval_secs: f64,
pub log_level: LevelFilter,
}Fields§
§report_hashrate: bool§cumulative_hashrate_update_interval_secs: f64§log_level: LevelFilterTrait Implementations§
Source§impl Clone for SimpleLogs
impl Clone for SimpleLogs
Source§fn clone(&self) -> SimpleLogs
fn clone(&self) -> SimpleLogs
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SimpleLogs
impl Debug for SimpleLogs
Source§impl PartialEq for SimpleLogs
impl PartialEq for SimpleLogs
impl Copy for SimpleLogs
impl StructuralPartialEq for SimpleLogs
Auto Trait Implementations§
impl Freeze for SimpleLogs
impl RefUnwindSafe for SimpleLogs
impl Send for SimpleLogs
impl Sync for SimpleLogs
impl Unpin for SimpleLogs
impl UnwindSafe for SimpleLogs
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