pub struct BotHandle { /* private fields */ }Expand description
Handle to control a running bot
Implementations§
Auto Trait Implementations§
impl Freeze for BotHandle
impl RefUnwindSafe for BotHandle
impl Send for BotHandle
impl Sync for BotHandle
impl Unpin for BotHandle
impl UnsafeUnpin for BotHandle
impl UnwindSafe for BotHandle
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