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<GetBotCommandConfigurationData> for GetBotCommandConfigurationData
impl PartialEq<GetBotCommandConfigurationData> for GetBotCommandConfigurationData
source§fn eq(&self, other: &GetBotCommandConfigurationData) -> bool
fn eq(&self, other: &GetBotCommandConfigurationData) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for GetBotCommandConfigurationData
Auto Trait Implementations§
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