Enum Intent Type
Generated from cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-ffi.
Discriminant enum for intent types (used in translation report outcomes).
Variants
CacheStability
CacheStability
Cache stability analysis intent.
ContentExtraction
ContentExtraction
Content extraction and variable detection intent.
Serialization
Serialization
Serialization and fanout optimization intent.
Priority
Priority
Latency and priority routing intent.
ModelRouting
ModelRouting
Model routing and selection intent.
Placement
Placement
Context placement optimization intent.
Retention
Retention
Cache retention policy intent.
ToolScope
ToolScope
Tool scope and phase management intent.
Compression
Compression
Content compression intent.
Trait Implementations
impl Clone for IntentType
impl Clone for IntentType
clone
fn clone(&self) -> IntentType
clone_from
fn clone_from(&mut self, source: &Self)
impl Debug for IntentType
impl Debug for IntentType
fmt
fn fmt(&self, f: &mut Formatter<'_>) -> Result
impl<'de> Deserialize<'de> for IntentType
impl<'de> Deserialize<'de> for IntentType
deserialize
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
impl Hash for IntentType
impl Hash for IntentType
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 IntentType
impl PartialEq for IntentType
eq
fn eq(&self, other: &IntentType) -> bool
ne
fn ne(&self, other: &Rhs) -> bool
impl Serialize for IntentType
impl Serialize for IntentType
serialize
fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>where
__S: Serializer,
impl Copy for IntentType
impl Copy for IntentType
impl Eq for IntentType
impl Eq for IntentType
impl StructuralPartialEq for IntentType
impl StructuralPartialEq for IntentType