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