pub struct AttackErrorServerPacket {}
Expand description
Show flood protection message (vestigial)
Implementations§
Trait Implementations§
Source§impl Clone for AttackErrorServerPacket
impl Clone for AttackErrorServerPacket
Source§fn clone(&self) -> AttackErrorServerPacket
fn clone(&self) -> AttackErrorServerPacket
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 AttackErrorServerPacket
impl Debug for AttackErrorServerPacket
Source§impl Default for AttackErrorServerPacket
impl Default for AttackErrorServerPacket
Source§fn default() -> AttackErrorServerPacket
fn default() -> AttackErrorServerPacket
Returns the “default value” for a type. Read more
Source§impl EoSerialize for AttackErrorServerPacket
impl EoSerialize for AttackErrorServerPacket
Source§fn serialize(&self, writer: &mut EoWriter) -> Result<(), EoSerializeError>
fn serialize(&self, writer: &mut EoWriter) -> Result<(), EoSerializeError>
Serializes a AttackErrorServerPacket into the given EoWriter instance
Source§fn deserialize(_reader: &EoReader) -> Result<Self, EoReaderError>
fn deserialize(_reader: &EoReader) -> Result<Self, EoReaderError>
Deserializes a AttackErrorServerPacket from an EoReader instance
Source§impl PartialEq for AttackErrorServerPacket
impl PartialEq for AttackErrorServerPacket
impl Eq for AttackErrorServerPacket
impl StructuralPartialEq for AttackErrorServerPacket
Auto Trait Implementations§
impl Freeze for AttackErrorServerPacket
impl RefUnwindSafe for AttackErrorServerPacket
impl Send for AttackErrorServerPacket
impl Sync for AttackErrorServerPacket
impl Unpin for AttackErrorServerPacket
impl UnwindSafe for AttackErrorServerPacket
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