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