pub(crate) struct EngineSection {
pub(crate) stats_interval_secs: u64,
}Expand description
Host-side engine reporting.
Fields§
§stats_interval_secs: u64Seconds between EngineStats log lines. 0 disables the ticker.
Defaults to 30.
Trait Implementations§
Source§impl Debug for EngineSection
impl Debug for EngineSection
Source§impl Default for EngineSection
impl Default for EngineSection
Source§impl<'de> Deserialize<'de> for EngineSection
impl<'de> Deserialize<'de> for EngineSection
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for EngineSection
impl RefUnwindSafe for EngineSection
impl Send for EngineSection
impl Sync for EngineSection
impl Unpin for EngineSection
impl UnwindSafe for EngineSection
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