pub enum ItemReplyServerPacketItemTypeData {
Heal(ItemReplyServerPacketItemTypeDataHeal),
HairDye(ItemReplyServerPacketItemTypeDataHairDye),
EffectPotion(ItemReplyServerPacketItemTypeDataEffectPotion),
CureCurse(ItemReplyServerPacketItemTypeDataCureCurse),
ExpReward(ItemReplyServerPacketItemTypeDataExpReward),
}Variants§
Heal(ItemReplyServerPacketItemTypeDataHeal)
HairDye(ItemReplyServerPacketItemTypeDataHairDye)
EffectPotion(ItemReplyServerPacketItemTypeDataEffectPotion)
CureCurse(ItemReplyServerPacketItemTypeDataCureCurse)
ExpReward(ItemReplyServerPacketItemTypeDataExpReward)
Trait Implementations§
Source§impl Clone for ItemReplyServerPacketItemTypeData
impl Clone for ItemReplyServerPacketItemTypeData
Source§fn clone(&self) -> ItemReplyServerPacketItemTypeData
fn clone(&self) -> ItemReplyServerPacketItemTypeData
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 PartialEq for ItemReplyServerPacketItemTypeData
impl PartialEq for ItemReplyServerPacketItemTypeData
Source§fn eq(&self, other: &ItemReplyServerPacketItemTypeData) -> bool
fn eq(&self, other: &ItemReplyServerPacketItemTypeData) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for ItemReplyServerPacketItemTypeData
impl StructuralPartialEq for ItemReplyServerPacketItemTypeData
Auto Trait Implementations§
impl Freeze for ItemReplyServerPacketItemTypeData
impl RefUnwindSafe for ItemReplyServerPacketItemTypeData
impl Send for ItemReplyServerPacketItemTypeData
impl Sync for ItemReplyServerPacketItemTypeData
impl Unpin for ItemReplyServerPacketItemTypeData
impl UnsafeUnpin for ItemReplyServerPacketItemTypeData
impl UnwindSafe for ItemReplyServerPacketItemTypeData
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