Enum Runtime Registration Owner Kind
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.
The owner category reported for a global runtime registration.
Variants
Core
Core
Registration installed directly by Relay core.
GlobalApi
GlobalApi
Registration installed through a process-global public API.
Plugin
Plugin
Registration installed by a Relay plugin component.
Trait Implementations
impl Clone for RuntimeRegistrationOwnerKind
impl Clone for RuntimeRegistrationOwnerKind
clone
fn clone(&self) -> RuntimeRegistrationOwnerKind
clone_from
fn clone_from(&mut self, source: &Self)
impl Debug for RuntimeRegistrationOwnerKind
impl Debug for RuntimeRegistrationOwnerKind
fmt
fn fmt(&self, f: &mut Formatter<'_>) -> Result
impl<'de> Deserialize<'de> for RuntimeRegistrationOwnerKind
impl<'de> Deserialize<'de> for RuntimeRegistrationOwnerKind
deserialize
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
impl PartialEq for RuntimeRegistrationOwnerKind
impl PartialEq for RuntimeRegistrationOwnerKind
eq
fn eq(&self, other: &RuntimeRegistrationOwnerKind) -> bool
ne
fn ne(&self, other: &Rhs) -> bool
impl Serialize for RuntimeRegistrationOwnerKind
impl Serialize for RuntimeRegistrationOwnerKind
serialize
fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>where
__S: Serializer,
impl Copy for RuntimeRegistrationOwnerKind
impl Copy for RuntimeRegistrationOwnerKind
impl Eq for RuntimeRegistrationOwnerKind
impl Eq for RuntimeRegistrationOwnerKind
impl StructuralPartialEq for RuntimeRegistrationOwnerKind
impl StructuralPartialEq for RuntimeRegistrationOwnerKind