pub struct ModAlert {
pub user_id: LegacyId,
pub message: String,
pub topic_id: i32,
pub issue_id: LegacyId,
}
Fields§
§user_id: LegacyId
§message: String
§topic_id: i32
§issue_id: LegacyId
Trait Implementations§
Source§impl BaseParser for ModAlert
impl BaseParser for ModAlert
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 PacketVariable for ModAlert
impl PacketVariable for ModAlert
impl StructuralPartialEq for ModAlert
Auto Trait Implementations§
impl Freeze for ModAlert
impl RefUnwindSafe for ModAlert
impl Send for ModAlert
impl Sync for ModAlert
impl Unpin for ModAlert
impl UnwindSafe for ModAlert
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