Struct Push Scope Request
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 PushScopeRequest {
pub activation_id: String,
pub auth_token: String,
pub scope: Option<ScopeContext>,
pub name: String,
pub scope_type: i32,
pub data: Option<JsonEnvelope>,
pub metadata: Option<JsonEnvelope>,
pub input: Option<JsonEnvelope>,
}
Fields
activation_id: String
auth_token: String
scope: Option<ScopeContext>
name: String
scope_type: i32
data: Option<JsonEnvelope>
metadata: Option<JsonEnvelope>
input: Option<JsonEnvelope>
Implementations
impl PushScopeRequest
impl PushScopeRequest
scope_type
pub fn scope_type(&self) -> ScopeType
Returns the enum value of scope_type, or the default if the field is set to an invalid enum value.
set_scope_type
pub fn set_scope_type(&mut self, value: ScopeType)
Sets scope_type to the provided enum value.
Trait Implementations
impl Clone for PushScopeRequest
impl Clone for PushScopeRequest
clone
fn clone(&self) -> PushScopeRequest
clone_from
fn clone_from(&mut self, source: &Self)
impl Debug for PushScopeRequest
impl Debug for PushScopeRequest
fmt
fn fmt(&self, f: &mut Formatter<'_>) -> Result
impl Default for PushScopeRequest
impl Default for PushScopeRequest
default
fn default() -> Self
impl Hash for PushScopeRequest
impl Hash for PushScopeRequest
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 PushScopeRequest
impl Message for PushScopeRequest
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 PushScopeRequest
impl PartialEq for PushScopeRequest
eq
fn eq(&self, other: &PushScopeRequest) -> bool
ne
fn ne(&self, other: &Rhs) -> bool
impl Eq for PushScopeRequest
impl Eq for PushScopeRequest
impl StructuralPartialEq for PushScopeRequest
impl StructuralPartialEq for PushScopeRequest