Generated from cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-ffi.
pub struct AdaptiveHintsComponentConfig {
pub priority: i32,
pub break_chain: bool,
pub inject_header: bool,
pub inject_body_path: String,
}
Typed helper for adaptive hints settings.
priority: i32Intercept priority. Lower values run first.
break_chain: boolWhether later request intercepts should be skipped after this one runs.
inject_header: boolWhether to inject the adaptive hints header.
inject_body_path: StringJSON path used when injecting request-body hints.
impl Clone for AdaptiveHintsComponentConfigimpl Clone for AdaptiveHintsComponentConfig
clonefn clone(&self) -> AdaptiveHintsComponentConfig
clone_fromfn clone_from(&mut self, source: &Self)
impl Debug for AdaptiveHintsComponentConfigimpl Debug for AdaptiveHintsComponentConfig
fmtfn fmt(&self, f: &mut Formatter<'_>) -> Result
impl Default for AdaptiveHintsComponentConfigimpl Default for AdaptiveHintsComponentConfig
defaultfn default() -> Self
impl<'de> Deserialize<'de> for AdaptiveHintsComponentConfigimpl<'de> Deserialize<'de> for AdaptiveHintsComponentConfig
deserializefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
impl EditorConfig for AdaptiveHintsComponentConfigimpl EditorConfig for AdaptiveHintsComponentConfig
editor_schemafn editor_schema() -> &'static EditorSchema
impl Serialize for AdaptiveHintsComponentConfigimpl Serialize for AdaptiveHintsComponentConfig
serializefn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>where
__S: Serializer,