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