pub struct SLOConfig {
pub enable_red_metrics: bool,
pub enable_use_metrics: bool,
}Fields§
§enable_red_metrics: bool§enable_use_metrics: boolTrait Implementations§
Source§impl<'de> Deserialize<'de> for SLOConfig
impl<'de> Deserialize<'de> for SLOConfig
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
impl Eq for SLOConfig
impl StructuralPartialEq for SLOConfig
Auto Trait Implementations§
impl Freeze for SLOConfig
impl RefUnwindSafe for SLOConfig
impl Send for SLOConfig
impl Sync for SLOConfig
impl Unpin for SLOConfig
impl UnsafeUnpin for SLOConfig
impl UnwindSafe for SLOConfig
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