Enum Item

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 Item {
    Value(JsonEnvelope),
    Error(WorkerError),
}

Variants

Value(JsonEnvelope)

Value(JsonEnvelope)

Error(WorkerError)

Error(WorkerError)

Implementations

impl Item

impl Item

encode

pub fn encode(&self, buf: &mut impl BufMut)

Encodes the message to a buffer.

merge

pub fn merge(
    field: &mut Option<Item>,
    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 Item

impl Clone for Item

clone

fn clone(&self) -> Item

clone_from

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

impl Debug for Item

impl Debug for Item

fmt

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

impl Hash for Item

impl Hash for Item

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 Item

impl PartialEq for Item

eq

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

ne

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

impl Eq for Item

impl Eq for Item

impl StructuralPartialEq for Item

impl StructuralPartialEq for Item