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