Struct Runtime Registration Owner

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 RuntimeRegistrationOwner {
    pub kind: i32,
    pub plugin_kind: Option<String>,
    pub component_ordinal: Option<u32>,
}

Fields

kind: i32

plugin_kind: Option<String>

component_ordinal: Option<u32>

Implementations

impl RuntimeRegistrationOwner

impl RuntimeRegistrationOwner

kind

pub fn kind(&self) -> RuntimeRegistrationOwnerKind

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

set_kind

pub fn set_kind(&mut self, value: RuntimeRegistrationOwnerKind)

Sets kind to the provided enum value.

plugin_kind

pub fn plugin_kind(&self) -> &str

Returns the value of plugin_kind, or the default value if plugin_kind is unset.

component_ordinal

pub fn component_ordinal(&self) -> u32

Returns the value of component_ordinal, or the default value if component_ordinal is unset.

Trait Implementations

impl Clone for RuntimeRegistrationOwner

impl Clone for RuntimeRegistrationOwner

clone

fn clone(&self) -> RuntimeRegistrationOwner

clone_from

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

impl Debug for RuntimeRegistrationOwner

impl Debug for RuntimeRegistrationOwner

fmt

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

impl Default for RuntimeRegistrationOwner

impl Default for RuntimeRegistrationOwner

default

fn default() -> Self

impl Hash for RuntimeRegistrationOwner

impl Hash for RuntimeRegistrationOwner

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 RuntimeRegistrationOwner

impl Message for RuntimeRegistrationOwner

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 RuntimeRegistrationOwner

impl PartialEq for RuntimeRegistrationOwner

eq

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

ne

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

impl Eq for RuntimeRegistrationOwner

impl Eq for RuntimeRegistrationOwner

impl StructuralPartialEq for RuntimeRegistrationOwner

impl StructuralPartialEq for RuntimeRegistrationOwner