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