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