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