pub struct AdminInteractAgreeServerPacket {
pub player_id: i32,
}Expand description
Nearby player appearing (admin un-hide)
Fields§
§player_id: i32Implementations§
Trait Implementations§
Source§impl Clone for AdminInteractAgreeServerPacket
impl Clone for AdminInteractAgreeServerPacket
Source§fn clone(&self) -> AdminInteractAgreeServerPacket
fn clone(&self) -> AdminInteractAgreeServerPacket
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 Default for AdminInteractAgreeServerPacket
impl Default for AdminInteractAgreeServerPacket
Source§fn default() -> AdminInteractAgreeServerPacket
fn default() -> AdminInteractAgreeServerPacket
Returns the “default value” for a type. Read more
Source§impl EoSerialize for AdminInteractAgreeServerPacket
impl EoSerialize for AdminInteractAgreeServerPacket
Source§fn serialize(&self, writer: &mut EoWriter) -> Result<(), EoSerializeError>
fn serialize(&self, writer: &mut EoWriter) -> Result<(), EoSerializeError>
Serializes a AdminInteractAgreeServerPacket into the given EoWriter instance
Source§fn deserialize(reader: &EoReader) -> Result<Self, EoReaderError>
fn deserialize(reader: &EoReader) -> Result<Self, EoReaderError>
Deserializes a AdminInteractAgreeServerPacket from an EoReader instance
Source§impl PartialEq for AdminInteractAgreeServerPacket
impl PartialEq for AdminInteractAgreeServerPacket
Source§fn eq(&self, other: &AdminInteractAgreeServerPacket) -> bool
fn eq(&self, other: &AdminInteractAgreeServerPacket) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for AdminInteractAgreeServerPacket
impl StructuralPartialEq for AdminInteractAgreeServerPacket
Auto Trait Implementations§
impl Freeze for AdminInteractAgreeServerPacket
impl RefUnwindSafe for AdminInteractAgreeServerPacket
impl Send for AdminInteractAgreeServerPacket
impl Sync for AdminInteractAgreeServerPacket
impl Unpin for AdminInteractAgreeServerPacket
impl UnsafeUnpin for AdminInteractAgreeServerPacket
impl UnwindSafe for AdminInteractAgreeServerPacket
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