pub struct PlacePostIt {
pub item_id: LegacyId,
pub location: String,
}
Fields§
§item_id: LegacyId
§location: String
Trait Implementations§
source§impl BaseParser for PlacePostIt
impl BaseParser for PlacePostIt
fn parse(packet: &mut HPacket) -> Self
fn append_to_packet(&self, packet: &mut HPacket)
fn get_direction() -> HDirection
fn get_packet_name() -> String
source§impl Clone for PlacePostIt
impl Clone for PlacePostIt
source§fn clone(&self) -> PlacePostIt
fn clone(&self) -> PlacePostIt
Returns a copy 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 PlacePostIt
impl Debug for PlacePostIt
source§impl Default for PlacePostIt
impl Default for PlacePostIt
source§fn default() -> PlacePostIt
fn default() -> PlacePostIt
Returns the “default value” for a type. Read more
source§impl PacketVariable for PlacePostIt
impl PacketVariable for PlacePostIt
source§impl PartialEq<PlacePostIt> for PlacePostIt
impl PartialEq<PlacePostIt> for PlacePostIt
source§fn eq(&self, other: &PlacePostIt) -> bool
fn eq(&self, other: &PlacePostIt) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for PlacePostIt
Auto Trait Implementations§
impl RefUnwindSafe for PlacePostIt
impl Send for PlacePostIt
impl Sync for PlacePostIt
impl Unpin for PlacePostIt
impl UnwindSafe for PlacePostIt
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