Enum Variable Category

View as Markdown

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.

Variants

Timestamp

Timestamp

Timestamp-like content such as ISO 8601 strings.

RequestId

RequestId

Request or trace identifier content.

SessionId

SessionId

Session identifier content.

Locale

Locale

Locale identifier content.

Custom(String)

Custom(String)

Caller-defined variable category.

Trait Implementations

impl Clone for VariableCategory

impl Clone for VariableCategory

clone

fn clone(&self) -> VariableCategory

clone_from

fn clone_from(&mut self, source: &Self)

impl Debug for VariableCategory

impl Debug for VariableCategory

fmt

fn fmt(&self, f: &mut Formatter<'_>) -> Result

impl<'de> Deserialize<'de> for VariableCategory

impl<'de> Deserialize<'de> for VariableCategory

deserialize

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
    __D: Deserializer<'de>,

impl Hash for VariableCategory

impl Hash for VariableCategory

hash

fn hash<__H: Hasher>(&self, state: &mut __H)

hash_slice

fn hash_slice<H>(data: &[Self], state: &mut H)where
    H: Hasher,
    Self: Sized,

impl PartialEq for VariableCategory

impl PartialEq for VariableCategory

eq

fn eq(&self, other: &VariableCategory) -> bool

ne

fn ne(&self, other: &Rhs) -> bool

impl Serialize for VariableCategory

impl Serialize for VariableCategory

serialize

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>where
    __S: Serializer,

impl Eq for VariableCategory

impl Eq for VariableCategory

impl StructuralPartialEq for VariableCategory

impl StructuralPartialEq for VariableCategory