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