Generated from cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-ffi.
pub struct ToolSchemaHash {
pub tool_name: String,
pub schema_hash: String,
}
Hash fingerprint of a tool schema definition.
Used to detect when the active toolset changes across requests, which invalidates tool-schema blocks in the cache.
tool_name: StringName of the tool.
schema_hash: StringHash of the tool’s JSON Schema definition.
impl Clone for ToolSchemaHashimpl Clone for ToolSchemaHash
clonefn clone(&self) -> ToolSchemaHash
clone_fromfn clone_from(&mut self, source: &Self)
impl Debug for ToolSchemaHashimpl Debug for ToolSchemaHash
fmtfn fmt(&self, f: &mut Formatter<'_>) -> Result
impl<'de> Deserialize<'de> for ToolSchemaHashimpl<'de> Deserialize<'de> for ToolSchemaHash
deserializefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
impl Hash for ToolSchemaHashimpl Hash for ToolSchemaHash
hashfn hash<__H: Hasher>(&self, state: &mut __H)
hash_slicefn hash_slice<H>(data: &[Self], state: &mut H)where
H: Hasher,
Self: Sized,
impl PartialEq for ToolSchemaHashimpl PartialEq for ToolSchemaHash
eqfn eq(&self, other: &ToolSchemaHash) -> bool
nefn ne(&self, other: &Rhs) -> bool
impl Serialize for ToolSchemaHashimpl Serialize for ToolSchemaHash
serializefn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>where
__S: Serializer,
impl Eq for ToolSchemaHashimpl Eq for ToolSchemaHash
impl StructuralPartialEq for ToolSchemaHashimpl StructuralPartialEq for ToolSchemaHash