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