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