pub struct OpenTrading {
pub user_index: i32,
}
Fields§
§user_index: i32
Trait Implementations§
source§impl BaseParser for OpenTrading
impl BaseParser for OpenTrading
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 OpenTrading
impl Clone for OpenTrading
source§fn clone(&self) -> OpenTrading
fn clone(&self) -> OpenTrading
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 OpenTrading
impl Debug for OpenTrading
source§impl Default for OpenTrading
impl Default for OpenTrading
source§fn default() -> OpenTrading
fn default() -> OpenTrading
Returns the “default value” for a type. Read more
source§impl PacketVariable for OpenTrading
impl PacketVariable for OpenTrading
source§impl PartialEq<OpenTrading> for OpenTrading
impl PartialEq<OpenTrading> for OpenTrading
source§fn eq(&self, other: &OpenTrading) -> bool
fn eq(&self, other: &OpenTrading) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for OpenTrading
Auto Trait Implementations§
impl RefUnwindSafe for OpenTrading
impl Send for OpenTrading
impl Sync for OpenTrading
impl Unpin for OpenTrading
impl UnwindSafe for OpenTrading
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