pub enum RelayPriority {
P2,
P3,
P4,
}Expand description
Suggested delivery priority for a normalized inbound event.
Variants§
Trait Implementations§
Source§impl Clone for RelayPriority
impl Clone for RelayPriority
Source§fn clone(&self) -> RelayPriority
fn clone(&self) -> RelayPriority
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for RelayPriority
Source§impl Debug for RelayPriority
impl Debug for RelayPriority
Source§impl<'de> Deserialize<'de> for RelayPriority
impl<'de> Deserialize<'de> for RelayPriority
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for RelayPriority
Source§impl PartialEq for RelayPriority
impl PartialEq for RelayPriority
Source§fn eq(&self, other: &RelayPriority) -> bool
fn eq(&self, other: &RelayPriority) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for RelayPriority
impl Serialize for RelayPriority
impl StructuralPartialEq for RelayPriority
Auto Trait Implementations§
impl Freeze for RelayPriority
impl RefUnwindSafe for RelayPriority
impl Send for RelayPriority
impl Sync for RelayPriority
impl Unpin for RelayPriority
impl UnsafeUnpin for RelayPriority
impl UnwindSafe for RelayPriority
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