pub struct GetRecentInlineBots { /* private fields */ }
Expand description
Returns up to 20 recently used inline bots in the order of their last usage
Implementations§
Trait Implementations§
Source§impl AsRef<GetRecentInlineBots> for GetRecentInlineBots
impl AsRef<GetRecentInlineBots> for GetRecentInlineBots
Source§fn as_ref(&self) -> &GetRecentInlineBots
fn as_ref(&self) -> &GetRecentInlineBots
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for GetRecentInlineBots
impl Clone for GetRecentInlineBots
Source§fn clone(&self) -> GetRecentInlineBots
fn clone(&self) -> GetRecentInlineBots
Returns a copy 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 Default for GetRecentInlineBots
impl Default for GetRecentInlineBots
Source§fn default() -> GetRecentInlineBots
fn default() -> GetRecentInlineBots
Returns the “default value” for a type. Read more
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
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