Struct List Runtime Registrations Response
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 ListRuntimeRegistrationsResponse {
pub registrations: Vec<RuntimeRegistrationIdentity>,
pub error: Option<WorkerError>,
}
Fields
registrations: Vec<RuntimeRegistrationIdentity>
error: Option<WorkerError>
Trait Implementations
impl Clone for ListRuntimeRegistrationsResponse
impl Clone for ListRuntimeRegistrationsResponse
clone
fn clone(&self) -> ListRuntimeRegistrationsResponse
clone_from
fn clone_from(&mut self, source: &Self)
impl Debug for ListRuntimeRegistrationsResponse
impl Debug for ListRuntimeRegistrationsResponse
fmt
fn fmt(&self, f: &mut Formatter<'_>) -> Result
impl Default for ListRuntimeRegistrationsResponse
impl Default for ListRuntimeRegistrationsResponse
default
fn default() -> Self
impl Message for ListRuntimeRegistrationsResponse
impl Message for ListRuntimeRegistrationsResponse
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 ListRuntimeRegistrationsResponse
impl PartialEq for ListRuntimeRegistrationsResponse
eq
fn eq(&self, other: &ListRuntimeRegistrationsResponse) -> bool
ne
fn ne(&self, other: &Rhs) -> bool
impl StructuralPartialEq for ListRuntimeRegistrationsResponse
impl StructuralPartialEq for ListRuntimeRegistrationsResponse