Enum arcdps::extras::message::ChannelType
source · #[repr(u8)]pub enum ChannelType {
Party = 0,
Squad = 1,
Reserved = 2,
Invalid = 3,
}
Expand description
Type of message channel.
Variants§
Trait Implementations§
source§impl Clone for ChannelType
impl Clone for ChannelType
source§fn clone(&self) -> ChannelType
fn clone(&self) -> ChannelType
Returns a copy 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 ChannelType
impl Debug for ChannelType
source§impl<'de> Deserialize<'de> for ChannelType
impl<'de> Deserialize<'de> for ChannelType
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
source§impl Display for ChannelType
impl Display for ChannelType
source§impl<'_derivative_strum> From<&'_derivative_strum ChannelType> for &'static str
impl<'_derivative_strum> From<&'_derivative_strum ChannelType> for &'static str
source§fn from(x: &'_derivative_strum ChannelType) -> &'static str
fn from(x: &'_derivative_strum ChannelType) -> &'static str
Converts to this type from the input type.
source§impl From<ChannelType> for &'static str
impl From<ChannelType> for &'static str
source§fn from(x: ChannelType) -> &'static str
fn from(x: ChannelType) -> &'static str
Converts to this type from the input type.
source§impl Hash for ChannelType
impl Hash for ChannelType
source§impl IntoEnumIterator for ChannelType
impl IntoEnumIterator for ChannelType
type Iterator = ChannelTypeIter
fn iter() -> ChannelTypeIter ⓘ
source§impl Ord for ChannelType
impl Ord for ChannelType
source§fn cmp(&self, other: &ChannelType) -> Ordering
fn cmp(&self, other: &ChannelType) -> 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 ChannelType
impl PartialEq for ChannelType
source§impl PartialOrd for ChannelType
impl PartialOrd for ChannelType
source§impl Serialize for ChannelType
impl Serialize for ChannelType
source§impl VariantNames for ChannelType
impl VariantNames for ChannelType
impl Copy for ChannelType
impl Eq for ChannelType
impl StructuralPartialEq for ChannelType
Auto Trait Implementations§
impl Freeze for ChannelType
impl RefUnwindSafe for ChannelType
impl Send for ChannelType
impl Sync for ChannelType
impl Unpin for ChannelType
impl UnwindSafe for ChannelType
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§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)