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