pub enum RaidGroupError {
Required,
Full,
}Available on crate feature
vanilla and (crate features shared or vanilla or tbc or wrath) only.Expand description
Auto generated from the original wowm in file wow_message_parser/wowm/world/social/smsg_raid_group_only.wowm:3:
enum RaidGroupError : u32 {
REQUIRED = 1;
FULL = 2;
}Variants§
Implementations§
Source§impl RaidGroupError
impl RaidGroupError
pub const fn as_test_case_value(&self) -> &'static str
Available on crate feature
print-testcase only.Trait Implementations§
Source§impl Clone for RaidGroupError
impl Clone for RaidGroupError
Source§fn clone(&self) -> RaidGroupError
fn clone(&self) -> RaidGroupError
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 RaidGroupError
impl Debug for RaidGroupError
Source§impl Default for RaidGroupError
impl Default for RaidGroupError
Source§impl<'de> Deserialize<'de> for RaidGroupError
impl<'de> Deserialize<'de> for RaidGroupError
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 RaidGroupError
impl Display for RaidGroupError
Source§impl Hash for RaidGroupError
impl Hash for RaidGroupError
Source§impl Ord for RaidGroupError
impl Ord for RaidGroupError
Source§fn cmp(&self, other: &RaidGroupError) -> Ordering
fn cmp(&self, other: &RaidGroupError) -> 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 RaidGroupError
impl PartialEq for RaidGroupError
Source§impl PartialOrd for RaidGroupError
impl PartialOrd for RaidGroupError
Source§impl Serialize for RaidGroupError
impl Serialize for RaidGroupError
Source§impl TryFrom<i16> for RaidGroupError
impl TryFrom<i16> for RaidGroupError
Source§impl TryFrom<i32> for RaidGroupError
impl TryFrom<i32> for RaidGroupError
Source§impl TryFrom<i64> for RaidGroupError
impl TryFrom<i64> for RaidGroupError
Source§impl TryFrom<i8> for RaidGroupError
impl TryFrom<i8> for RaidGroupError
Source§impl TryFrom<u16> for RaidGroupError
impl TryFrom<u16> for RaidGroupError
Source§impl TryFrom<u32> for RaidGroupError
impl TryFrom<u32> for RaidGroupError
Source§impl TryFrom<u64> for RaidGroupError
impl TryFrom<u64> for RaidGroupError
Source§impl TryFrom<u8> for RaidGroupError
impl TryFrom<u8> for RaidGroupError
Source§impl TryFrom<usize> for RaidGroupError
impl TryFrom<usize> for RaidGroupError
impl Copy for RaidGroupError
impl Eq for RaidGroupError
impl StructuralPartialEq for RaidGroupError
Auto Trait Implementations§
impl Freeze for RaidGroupError
impl RefUnwindSafe for RaidGroupError
impl Send for RaidGroupError
impl Sync for RaidGroupError
impl Unpin for RaidGroupError
impl UnwindSafe for RaidGroupError
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