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