pub struct GetRecentInlineBots {}
Expand description
Returns up to 20 recently used inline bots in the order of their last usage
Trait Implementations§
Source§impl Clone for GetRecentInlineBots
impl Clone for GetRecentInlineBots
Source§fn clone(&self) -> GetRecentInlineBots
fn clone(&self) -> GetRecentInlineBots
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for GetRecentInlineBots
impl Debug for GetRecentInlineBots
Source§impl<'de> Deserialize<'de> for GetRecentInlineBots
impl<'de> Deserialize<'de> for GetRecentInlineBots
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Method for GetRecentInlineBots
impl Method for GetRecentInlineBots
Auto Trait Implementations§
impl Freeze for GetRecentInlineBots
impl RefUnwindSafe for GetRecentInlineBots
impl Send for GetRecentInlineBots
impl Sync for GetRecentInlineBots
impl Unpin for GetRecentInlineBots
impl UnwindSafe for GetRecentInlineBots
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