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