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<ModTradingLock> for ModTradingLock
impl PartialEq<ModTradingLock> for ModTradingLock
source§fn eq(&self, other: &ModTradingLock) -> bool
fn eq(&self, other: &ModTradingLock) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ModTradingLock
Auto Trait Implementations§
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