pub struct ModMute {
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 ModMute
impl BaseParser for ModMute
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 ModMute
impl PacketVariable for ModMute
impl StructuralPartialEq for ModMute
Auto Trait Implementations§
impl Freeze for ModMute
impl RefUnwindSafe for ModMute
impl Send for ModMute
impl Sync for ModMute
impl Unpin for ModMute
impl UnwindSafe for ModMute
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