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