Enum Result
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 Result {
Empty(EmptyResult),
Json(JsonResult),
Guardrail(GuardrailResult),
LlmRequest(LlmRequestInterceptResult),
Error(WorkerError),
ToolExecution(ToolExecutionInterceptResult),
}
Variants
Empty(EmptyResult)
Empty(EmptyResult)
Json(JsonResult)
Json(JsonResult)
Guardrail(GuardrailResult)
Guardrail(GuardrailResult)
LlmRequest(LlmRequestInterceptResult)
LlmRequest(LlmRequestInterceptResult)
Error(WorkerError)
Error(WorkerError)
ToolExecution(ToolExecutionInterceptResult)
ToolExecution(ToolExecutionInterceptResult)
Implementations
impl Result
impl Result
encode
pub fn encode(&self, buf: &mut impl BufMut)
Encodes the message to a buffer.
merge
pub fn merge(
field: &mut Option<Result>,
tag: u32,
wire_type: WireType,
buf: &mut impl Buf,
ctx: DecodeContext,
) -> Result<(), DecodeError>
Decodes an instance of the message from a buffer, and merges it into self.
encoded_len
pub fn encoded_len(&self) -> usize
Returns the encoded length of the message without a length delimiter.
Trait Implementations
impl Clone for Result
impl Clone for Result
clone
fn clone(&self) -> Result
clone_from
fn clone_from(&mut self, source: &Self)
impl Debug for Result
impl Debug for Result
fmt
fn fmt(&self, f: &mut Formatter<'_>) -> Result
impl Hash for Result
impl Hash for Result
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 Result
impl PartialEq for Result
eq
fn eq(&self, other: &Result) -> bool
ne
fn ne(&self, other: &Rhs) -> bool
impl Eq for Result
impl Eq for Result
impl StructuralPartialEq for Result
impl StructuralPartialEq for Result