pub enum BotType {
SimpleBot,
}Expand description
The type of bot that can be added to a lobby.
Variants§
SimpleBot
Trait Implementations§
Source§impl<'de> Deserialize<'de> for BotType
impl<'de> Deserialize<'de> for BotType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for BotType
Auto Trait Implementations§
impl Freeze for BotType
impl RefUnwindSafe for BotType
impl Send for BotType
impl Sync for BotType
impl Unpin for BotType
impl UnsafeUnpin for BotType
impl UnwindSafe for BotType
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