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