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