Enum Handle Attributes
Generated from cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-ffi.
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
impl<'de> Deserialize<'de> for HandleAttributes
impl<'de> Deserialize<'de> for HandleAttributes
deserialize
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::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::Ok, __S::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