pub struct PurchaseNotAllowed {
pub error_code: i32,
}
Fields§
§error_code: i32
Trait Implementations§
Source§impl BaseParser for PurchaseNotAllowed
impl BaseParser for PurchaseNotAllowed
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 PurchaseNotAllowed
impl Clone for PurchaseNotAllowed
Source§fn clone(&self) -> PurchaseNotAllowed
fn clone(&self) -> PurchaseNotAllowed
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 PurchaseNotAllowed
impl Debug for PurchaseNotAllowed
Source§impl Default for PurchaseNotAllowed
impl Default for PurchaseNotAllowed
Source§fn default() -> PurchaseNotAllowed
fn default() -> PurchaseNotAllowed
Returns the “default value” for a type. Read more
Source§impl PacketVariable for PurchaseNotAllowed
impl PacketVariable for PurchaseNotAllowed
Source§impl PartialEq for PurchaseNotAllowed
impl PartialEq for PurchaseNotAllowed
impl StructuralPartialEq for PurchaseNotAllowed
Auto Trait Implementations§
impl Freeze for PurchaseNotAllowed
impl RefUnwindSafe for PurchaseNotAllowed
impl Send for PurchaseNotAllowed
impl Sync for PurchaseNotAllowed
impl Unpin for PurchaseNotAllowed
impl UnwindSafe for PurchaseNotAllowed
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