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