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 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 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 for MyRecommendedRooms
impl PartialEq for MyRecommendedRooms
impl StructuralPartialEq for MyRecommendedRooms
Auto Trait Implementations§
impl Freeze for MyRecommendedRooms
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