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