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 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 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 for GetBundleDiscountRuleset
impl PartialEq for GetBundleDiscountRuleset
impl StructuralPartialEq for GetBundleDiscountRuleset
Auto Trait Implementations§
impl Freeze for GetBundleDiscountRuleset
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