pub struct BotsApi { /* private fields */ }Expand description
Bots API client
Implementations§
Auto Trait Implementations§
impl Freeze for BotsApi
impl !RefUnwindSafe for BotsApi
impl Send for BotsApi
impl Sync for BotsApi
impl Unpin for BotsApi
impl !UnwindSafe for BotsApi
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