pub struct ItemAgreeServerPacket {
pub item_id: i32,
}Expand description
Reply to using an item that you don’t have
Fields§
§item_id: i32Implementations§
Trait Implementations§
Source§impl Clone for ItemAgreeServerPacket
impl Clone for ItemAgreeServerPacket
Source§fn clone(&self) -> ItemAgreeServerPacket
fn clone(&self) -> ItemAgreeServerPacket
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 ItemAgreeServerPacket
impl Debug for ItemAgreeServerPacket
Source§impl Default for ItemAgreeServerPacket
impl Default for ItemAgreeServerPacket
Source§fn default() -> ItemAgreeServerPacket
fn default() -> ItemAgreeServerPacket
Returns the “default value” for a type. Read more
Source§impl EoSerialize for ItemAgreeServerPacket
impl EoSerialize for ItemAgreeServerPacket
Source§fn serialize(&self, writer: &mut EoWriter) -> Result<(), EoSerializeError>
fn serialize(&self, writer: &mut EoWriter) -> Result<(), EoSerializeError>
Serializes a ItemAgreeServerPacket into the given EoWriter instance
Source§fn deserialize(reader: &EoReader) -> Result<Self, EoReaderError>
fn deserialize(reader: &EoReader) -> Result<Self, EoReaderError>
Deserializes a ItemAgreeServerPacket from an EoReader instance
Source§impl PartialEq for ItemAgreeServerPacket
impl PartialEq for ItemAgreeServerPacket
impl Eq for ItemAgreeServerPacket
impl StructuralPartialEq for ItemAgreeServerPacket
Auto Trait Implementations§
impl Freeze for ItemAgreeServerPacket
impl RefUnwindSafe for ItemAgreeServerPacket
impl Send for ItemAgreeServerPacket
impl Sync for ItemAgreeServerPacket
impl Unpin for ItemAgreeServerPacket
impl UnsafeUnpin for ItemAgreeServerPacket
impl UnwindSafe for ItemAgreeServerPacket
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