Generated from cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-ffi.
pub struct LocalBackendConfig {
pub python_module: Option<String>,
}
Local-backend settings for the Python nemoguardrails runtime.
python_module: Option<String>Optional import path for the Python runtime module.
impl Clone for LocalBackendConfigimpl Clone for LocalBackendConfig
clonefn clone(&self) -> LocalBackendConfig
clone_fromfn clone_from(&mut self, source: &Self)
impl Debug for LocalBackendConfigimpl Debug for LocalBackendConfig
fmtfn fmt(&self, f: &mut Formatter<'_>) -> Result
impl Default for LocalBackendConfigimpl Default for LocalBackendConfig
defaultfn default() -> LocalBackendConfig
impl<'de> Deserialize<'de> for LocalBackendConfigimpl<'de> Deserialize<'de> for LocalBackendConfig
deserializefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
impl EditorConfig for LocalBackendConfigimpl EditorConfig for LocalBackendConfig
editor_schemafn editor_schema() -> &'static EditorSchema
impl Serialize for LocalBackendConfigimpl Serialize for LocalBackendConfig
serializefn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>where
__S: Serializer,