pub struct CriticalPathConfig {
pub enabled: bool,
pub boost_priority: bool,
}Expand description
Critical path tracking config.
Fields§
§enabled: bool§boost_priority: boolTrait Implementations§
Source§impl Clone for CriticalPathConfig
impl Clone for CriticalPathConfig
Source§fn clone(&self) -> CriticalPathConfig
fn clone(&self) -> CriticalPathConfig
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 CriticalPathConfig
impl Debug for CriticalPathConfig
Source§impl<'de> Deserialize<'de> for CriticalPathConfig
impl<'de> Deserialize<'de> for CriticalPathConfig
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 CriticalPathConfig
impl RefUnwindSafe for CriticalPathConfig
impl Send for CriticalPathConfig
impl Sync for CriticalPathConfig
impl Unpin for CriticalPathConfig
impl UnsafeUnpin for CriticalPathConfig
impl UnwindSafe for CriticalPathConfig
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