Generated from cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-ffi.
pub enum VariableCategory {
Timestamp,
RequestId,
SessionId,
Locale,
Custom(String),
}
Category assigned to an extracted variable.
TimestampTimestamp
Timestamp-like content such as ISO 8601 strings.
RequestIdRequestId
Request or trace identifier content.
SessionIdSessionId
Session identifier content.
LocaleLocale
Locale identifier content.
Custom(String)Custom(String)
Caller-defined variable category.
impl Clone for VariableCategoryimpl Clone for VariableCategory
clonefn clone(&self) -> VariableCategory
clone_fromfn clone_from(&mut self, source: &Self)
impl Debug for VariableCategoryimpl Debug for VariableCategory
fmtfn fmt(&self, f: &mut Formatter<'_>) -> Result
impl<'de> Deserialize<'de> for VariableCategoryimpl<'de> Deserialize<'de> for VariableCategory
deserializefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
impl Hash for VariableCategoryimpl Hash for VariableCategory
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 VariableCategoryimpl PartialEq for VariableCategory
eqfn eq(&self, other: &VariableCategory) -> bool
nefn ne(&self, other: &Rhs) -> bool
impl Serialize for VariableCategoryimpl Serialize for VariableCategory
serializefn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>where
__S: Serializer,
impl Eq for VariableCategoryimpl Eq for VariableCategory
impl StructuralPartialEq for VariableCategoryimpl StructuralPartialEq for VariableCategory