pub struct RoomSettingsError {
pub room_id: LegacyId,
pub error_code: i32,
}
Fields§
§room_id: LegacyId
§error_code: i32
Trait Implementations§
Source§impl BaseParser for RoomSettingsError
impl BaseParser for RoomSettingsError
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 RoomSettingsError
impl Clone for RoomSettingsError
Source§fn clone(&self) -> RoomSettingsError
fn clone(&self) -> RoomSettingsError
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 RoomSettingsError
impl Debug for RoomSettingsError
Source§impl Default for RoomSettingsError
impl Default for RoomSettingsError
Source§fn default() -> RoomSettingsError
fn default() -> RoomSettingsError
Returns the “default value” for a type. Read more
Source§impl PacketVariable for RoomSettingsError
impl PacketVariable for RoomSettingsError
Source§impl PartialEq for RoomSettingsError
impl PartialEq for RoomSettingsError
impl StructuralPartialEq for RoomSettingsError
Auto Trait Implementations§
impl Freeze for RoomSettingsError
impl RefUnwindSafe for RoomSettingsError
impl Send for RoomSettingsError
impl Sync for RoomSettingsError
impl Unpin for RoomSettingsError
impl UnwindSafe for RoomSettingsError
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