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