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