Generated from cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-ffi.
pub struct ExtractedVariable {
pub pattern_name: String,
pub original_value: String,
pub byte_offset: usize,
pub byte_length: usize,
pub category: VariableCategory,
}
One extracted variable occurrence within a prompt block.
pattern_name: StringName of the pattern that matched this value.
original_value: StringOriginal matched value before replacement.
byte_offset: usizeByte offset of the match in the original content.
byte_length: usizeByte length of the original match.
category: VariableCategorySemantic category assigned to the variable.
impl Clone for ExtractedVariableimpl Clone for ExtractedVariable
clonefn clone(&self) -> ExtractedVariable
clone_fromfn clone_from(&mut self, source: &Self)
impl Debug for ExtractedVariableimpl Debug for ExtractedVariable
fmtfn fmt(&self, f: &mut Formatter<'_>) -> Result
impl<'de> Deserialize<'de> for ExtractedVariableimpl<'de> Deserialize<'de> for ExtractedVariable
deserializefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
impl PartialEq for ExtractedVariableimpl PartialEq for ExtractedVariable
eqfn eq(&self, other: &ExtractedVariable) -> bool
nefn ne(&self, other: &Rhs) -> bool
impl Serialize for ExtractedVariableimpl Serialize for ExtractedVariable
serializefn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>where
__S: Serializer,
impl Eq for ExtractedVariableimpl Eq for ExtractedVariable
impl StructuralPartialEq for ExtractedVariableimpl StructuralPartialEq for ExtractedVariable