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