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