#[repr(i32)]pub enum InboundServiceType {
InboundServiceUnspecified = 0,
InboundServiceMail = 1,
InboundServiceMailBounce = 2,
InboundServiceXmppError = 3,
InboundServiceXmppMessage = 4,
InboundServiceXmppSubscribe = 5,
InboundServiceXmppPresence = 6,
InboundServiceChannelPresence = 7,
InboundServiceWarmup = 9,
}Expand description
Available inbound services.
Variants§
InboundServiceUnspecified = 0
Not specified.
InboundServiceMail = 1
Allows an application to receive mail.
InboundServiceMailBounce = 2
Allows an application to receive email-bound notifications.
InboundServiceXmppError = 3
Allows an application to receive error stanzas.
InboundServiceXmppMessage = 4
Allows an application to receive instant messages.
InboundServiceXmppSubscribe = 5
Allows an application to receive user subscription POSTs.
InboundServiceXmppPresence = 6
Allows an application to receive a user’s chat presence.
InboundServiceChannelPresence = 7
Registers an application for notifications when a client connects or disconnects from a channel.
InboundServiceWarmup = 9
Enables warmup requests.
Implementations§
Trait Implementations§
Source§impl Clone for InboundServiceType
impl Clone for InboundServiceType
Source§fn clone(&self) -> InboundServiceType
fn clone(&self) -> InboundServiceType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for InboundServiceType
impl Debug for InboundServiceType
Source§impl Default for InboundServiceType
impl Default for InboundServiceType
Source§fn default() -> InboundServiceType
fn default() -> InboundServiceType
Returns the “default value” for a type. Read more
Source§impl From<InboundServiceType> for i32
impl From<InboundServiceType> for i32
Source§fn from(value: InboundServiceType) -> i32
fn from(value: InboundServiceType) -> i32
Converts to this type from the input type.
Source§impl Hash for InboundServiceType
impl Hash for InboundServiceType
Source§impl Ord for InboundServiceType
impl Ord for InboundServiceType
Source§fn cmp(&self, other: &InboundServiceType) -> Ordering
fn cmp(&self, other: &InboundServiceType) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for InboundServiceType
impl PartialEq for InboundServiceType
Source§impl PartialOrd for InboundServiceType
impl PartialOrd for InboundServiceType
impl Copy for InboundServiceType
impl Eq for InboundServiceType
impl StructuralPartialEq for InboundServiceType
Auto Trait Implementations§
impl Freeze for InboundServiceType
impl RefUnwindSafe for InboundServiceType
impl Send for InboundServiceType
impl Sync for InboundServiceType
impl Unpin for InboundServiceType
impl UnwindSafe for InboundServiceType
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T in a tonic::Request