Struct LogRequest

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 struct LogRequest {
    pub activation_id: String,
    pub auth_token: String,
    pub level: i32,
    pub target: String,
    pub message: String,
    pub fields: Option<JsonValue>,
}

Fields

activation_id: String

auth_token: String

level: i32

target: String

message: String

fields: Option<JsonValue>

Optional open plugin attributes. The JSON value must be an object.

Implementations

impl LogRequest

impl LogRequest

level

pub fn level(&self) -> LogLevel

Returns the enum value of level, or the default if the field is set to an invalid enum value.

set_level

pub fn set_level(&mut self, value: LogLevel)

Sets level to the provided enum value.

Trait Implementations

impl Clone for LogRequest

impl Clone for LogRequest

clone

fn clone(&self) -> LogRequest

clone_from

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

impl Debug for LogRequest

impl Debug for LogRequest

fmt

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

impl Default for LogRequest

impl Default for LogRequest

default

fn default() -> Self

impl Hash for LogRequest

impl Hash for LogRequest

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 Message for LogRequest

impl Message for LogRequest

encoded_len

fn encoded_len(&self) -> usize

clear

fn clear(&mut self)

encode

fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
    Self: Sized,

encode_to_vec

fn encode_to_vec(&self) -> Vec<u8> where
    Self: Sized,

encode_length_delimited

fn encode_length_delimited(
    &self,
    buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
    Self: Sized,

encode_length_delimited_to_vec

fn encode_length_delimited_to_vec(&self) -> Vec<u8> where
    Self: Sized,

decode

fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
    Self: Default,

decode_length_delimited

fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
    Self: Default,

merge

fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
    Self: Sized,

merge_length_delimited

fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
    Self: Sized,

impl PartialEq for LogRequest

impl PartialEq for LogRequest

eq

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

ne

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

impl Eq for LogRequest

impl Eq for LogRequest

impl StructuralPartialEq for LogRequest

impl StructuralPartialEq for LogRequest