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