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