pub struct PlaceObject {
pub data: String,
}
Fields§
§data: String
Trait Implementations§
Source§impl BaseParser for PlaceObject
impl BaseParser for PlaceObject
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 PlaceObject
impl Clone for PlaceObject
Source§fn clone(&self) -> PlaceObject
fn clone(&self) -> PlaceObject
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 PlaceObject
impl Debug for PlaceObject
Source§impl Default for PlaceObject
impl Default for PlaceObject
Source§fn default() -> PlaceObject
fn default() -> PlaceObject
Returns the “default value” for a type. Read more
Source§impl PacketVariable for PlaceObject
impl PacketVariable for PlaceObject
Source§impl PartialEq for PlaceObject
impl PartialEq for PlaceObject
impl StructuralPartialEq for PlaceObject
Auto Trait Implementations§
impl Freeze for PlaceObject
impl RefUnwindSafe for PlaceObject
impl Send for PlaceObject
impl Sync for PlaceObject
impl Unpin for PlaceObject
impl UnwindSafe for PlaceObject
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