pub struct Bot {
pub id: BotId,
pub name: String,
pub avatar: Picture,
pub capabilities: BotCapabilities,
}Fields§
§id: BotIdUnique internal identifier for the bot across all providers
name: String§avatar: Picture§capabilities: BotCapabilitiesTrait Implementations§
Auto Trait Implementations§
impl Freeze for Bot
impl RefUnwindSafe for Bot
impl Send for Bot
impl Sync for Bot
impl Unpin for Bot
impl UnwindSafe for Bot
Blanket Implementations§
§impl<T> ActionTrait for T
impl<T> ActionTrait for T
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