Enum Handle Attributes

View as Markdown

Generated from cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-pii-redaction -p nemo-relay-ffi -p nemo-relay-types -p nemo-relay-plugin -p nemo-relay-worker-proto -p nemo-relay-worker.

pub enum HandleAttributes {
    Scope(ScopeAttributes),
    Tool(ToolAttributes),
    Llm(LlmAttributes),
}

Attribute bitflags attached to a concrete handle kind.

Variants

Scope(ScopeAttributes)

Scope(ScopeAttributes)

Scope-specific attributes.

Tool(ToolAttributes)

Tool(ToolAttributes)

Tool-specific attributes.

Llm(LlmAttributes)

Llm(LlmAttributes)

LLM-specific attributes.

Trait Implementations

impl Clone for HandleAttributes

impl Clone for HandleAttributes

clone

fn clone(&self) -> HandleAttributes

clone_from

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

impl Debug for HandleAttributes

impl Debug for HandleAttributes

fmt

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

impl<'de> Deserialize<'de> for HandleAttributes

impl<'de> Deserialize<'de> for HandleAttributes

deserialize

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

impl PartialEq for HandleAttributes

impl PartialEq for HandleAttributes

eq

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

ne

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

impl Serialize for HandleAttributes

impl Serialize for HandleAttributes

serialize

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

impl Copy for HandleAttributes

impl Copy for HandleAttributes

impl Eq for HandleAttributes

impl Eq for HandleAttributes

impl StructuralPartialEq for HandleAttributes

impl StructuralPartialEq for HandleAttributes