Struct Handshake 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 HandshakeResponse {
pub plugin_id: String,
pub plugin_kind: String,
pub allows_multiple_components: bool,
pub worker_protocol: String,
pub sdk_name: String,
pub sdk_version: String,
pub runtime_name: String,
pub runtime_version: String,
pub supported_surfaces: Vec<i32>,
}
Fields
plugin_id: String
plugin_kind: String
allows_multiple_components: bool
worker_protocol: String
sdk_name: String
sdk_version: String
runtime_name: String
runtime_version: String
supported_surfaces: Vec<i32>
Implementations
impl HandshakeResponse
impl HandshakeResponse
supported_surfaces
pub fn supported_surfaces(
&self,
) -> FilterMap<Cloned<Iter<'_, i32>>, fn(i32) -> Option<RegistrationSurface>>
Returns an iterator which yields the valid enum values contained in supported_surfaces.
push_supported_surfaces
pub fn push_supported_surfaces(&mut self, value: RegistrationSurface)
Appends the provided enum value to supported_surfaces.
Trait Implementations
impl Clone for HandshakeResponse
impl Clone for HandshakeResponse
clone
fn clone(&self) -> HandshakeResponse
clone_from
fn clone_from(&mut self, source: &Self)
impl Debug for HandshakeResponse
impl Debug for HandshakeResponse
fmt
fn fmt(&self, f: &mut Formatter<'_>) -> Result
impl Default for HandshakeResponse
impl Default for HandshakeResponse
default
fn default() -> Self
impl Hash for HandshakeResponse
impl Hash for HandshakeResponse
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 HandshakeResponse
impl Message for HandshakeResponse
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 HandshakeResponse
impl PartialEq for HandshakeResponse
eq
fn eq(&self, other: &HandshakeResponse) -> bool
ne
fn ne(&self, other: &Rhs) -> bool
impl Eq for HandshakeResponse
impl Eq for HandshakeResponse
impl StructuralPartialEq for HandshakeResponse
impl StructuralPartialEq for HandshakeResponse