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