pub struct GetBot;
Expand description
Returns a basic information about a bot.
Trait Implementations§
impl Copy for GetBot
Auto Trait Implementations§
impl Freeze for GetBot
impl RefUnwindSafe for GetBot
impl Send for GetBot
impl Sync for GetBot
impl Unpin for GetBot
impl UnwindSafe for GetBot
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