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