pub struct BotData {
pub id: LegacyId,
pub name: String,
pub motto: String,
pub gender: String,
pub figure: String,
}
Fields§
§id: LegacyId
§name: String
§motto: String
§gender: String
§figure: String
Trait Implementations§
Source§impl PacketVariable for BotData
impl PacketVariable for BotData
impl StructuralPartialEq for BotData
Auto Trait Implementations§
impl Freeze for BotData
impl RefUnwindSafe for BotData
impl Send for BotData
impl Sync for BotData
impl Unpin for BotData
impl UnwindSafe for BotData
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