pub struct GetBotCommandConfigurationData {
pub bot_id: LegacyId,
pub skill_type: i32,
}
Fields§
§bot_id: LegacyId
§skill_type: i32
Trait Implementations§
Source§impl BaseParser for GetBotCommandConfigurationData
impl BaseParser for GetBotCommandConfigurationData
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 GetBotCommandConfigurationData
impl Clone for GetBotCommandConfigurationData
Source§fn clone(&self) -> GetBotCommandConfigurationData
fn clone(&self) -> GetBotCommandConfigurationData
Returns a copy 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 Default for GetBotCommandConfigurationData
impl Default for GetBotCommandConfigurationData
Source§fn default() -> GetBotCommandConfigurationData
fn default() -> GetBotCommandConfigurationData
Returns the “default value” for a type. Read more
Source§impl PartialEq for GetBotCommandConfigurationData
impl PartialEq for GetBotCommandConfigurationData
Source§fn eq(&self, other: &GetBotCommandConfigurationData) -> bool
fn eq(&self, other: &GetBotCommandConfigurationData) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for GetBotCommandConfigurationData
Auto Trait Implementations§
impl Freeze for GetBotCommandConfigurationData
impl RefUnwindSafe for GetBotCommandConfigurationData
impl Send for GetBotCommandConfigurationData
impl Sync for GetBotCommandConfigurationData
impl Unpin for GetBotCommandConfigurationData
impl UnwindSafe for GetBotCommandConfigurationData
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