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