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