Struct GetRuntime Diagnostics 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 GetRuntimeDiagnosticsResponse {
pub entries: Vec<RuntimeDiagnostic>,
}
Fields
entries: Vec<RuntimeDiagnostic>
Trait Implementations
impl Clone for GetRuntimeDiagnosticsResponse
impl Clone for GetRuntimeDiagnosticsResponse
clone
fn clone(&self) -> GetRuntimeDiagnosticsResponse
clone_from
fn clone_from(&mut self, source: &Self)
impl Debug for GetRuntimeDiagnosticsResponse
impl Debug for GetRuntimeDiagnosticsResponse
fmt
fn fmt(&self, f: &mut Formatter<'_>) -> Result
impl Default for GetRuntimeDiagnosticsResponse
impl Default for GetRuntimeDiagnosticsResponse
default
fn default() -> Self
impl Message for GetRuntimeDiagnosticsResponse
impl Message for GetRuntimeDiagnosticsResponse
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 GetRuntimeDiagnosticsResponse
impl PartialEq for GetRuntimeDiagnosticsResponse
eq
fn eq(&self, other: &GetRuntimeDiagnosticsResponse) -> bool
ne
fn ne(&self, other: &Rhs) -> bool
impl StructuralPartialEq for GetRuntimeDiagnosticsResponse
impl StructuralPartialEq for GetRuntimeDiagnosticsResponse