pub struct BotBuilder { /* private fields */ }Expand description
Builder for creating Bot instances with custom configuration
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BotBuilder
impl !RefUnwindSafe for BotBuilder
impl Send for BotBuilder
impl Sync for BotBuilder
impl Unpin for BotBuilder
impl !UnwindSafe for BotBuilder
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