pub struct PlayersNet242ServerPacket {
pub name: String,
}
Expand description
#find command reply - different map
Fields§
§name: String
Implementations§
Trait Implementations§
Source§impl Clone for PlayersNet242ServerPacket
impl Clone for PlayersNet242ServerPacket
Source§fn clone(&self) -> PlayersNet242ServerPacket
fn clone(&self) -> PlayersNet242ServerPacket
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 PlayersNet242ServerPacket
impl Debug for PlayersNet242ServerPacket
Source§impl Default for PlayersNet242ServerPacket
impl Default for PlayersNet242ServerPacket
Source§fn default() -> PlayersNet242ServerPacket
fn default() -> PlayersNet242ServerPacket
Returns the “default value” for a type. Read more
Source§impl EoSerialize for PlayersNet242ServerPacket
impl EoSerialize for PlayersNet242ServerPacket
Source§fn serialize(&self, writer: &mut EoWriter) -> Result<(), EoSerializeError>
fn serialize(&self, writer: &mut EoWriter) -> Result<(), EoSerializeError>
Serializes a PlayersNet242ServerPacket into the given EoWriter instance
Source§fn deserialize(reader: &EoReader) -> Result<Self, EoReaderError>
fn deserialize(reader: &EoReader) -> Result<Self, EoReaderError>
Deserializes a PlayersNet242ServerPacket from an EoReader instance
impl Eq for PlayersNet242ServerPacket
impl StructuralPartialEq for PlayersNet242ServerPacket
Auto Trait Implementations§
impl Freeze for PlayersNet242ServerPacket
impl RefUnwindSafe for PlayersNet242ServerPacket
impl Send for PlayersNet242ServerPacket
impl Sync for PlayersNet242ServerPacket
impl Unpin for PlayersNet242ServerPacket
impl UnwindSafe for PlayersNet242ServerPacket
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