pub struct GetTrendingStickerSets { /* private fields */ }
Expand description
Returns a list of trending sticker sets. For optimal performance, the number of returned sticker sets is chosen by TDLib
Implementations§
Trait Implementations§
Source§impl AsRef<GetTrendingStickerSets> for GetTrendingStickerSets
impl AsRef<GetTrendingStickerSets> for GetTrendingStickerSets
Source§fn as_ref(&self) -> &GetTrendingStickerSets
fn as_ref(&self) -> &GetTrendingStickerSets
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for GetTrendingStickerSets
impl Clone for GetTrendingStickerSets
Source§fn clone(&self) -> GetTrendingStickerSets
fn clone(&self) -> GetTrendingStickerSets
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for GetTrendingStickerSets
impl Debug for GetTrendingStickerSets
Source§impl Default for GetTrendingStickerSets
impl Default for GetTrendingStickerSets
Source§fn default() -> GetTrendingStickerSets
fn default() -> GetTrendingStickerSets
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetTrendingStickerSets
impl<'de> Deserialize<'de> for GetTrendingStickerSets
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 GetTrendingStickerSets
impl RefUnwindSafe for GetTrendingStickerSets
impl Send for GetTrendingStickerSets
impl Sync for GetTrendingStickerSets
impl Unpin for GetTrendingStickerSets
impl UnwindSafe for GetTrendingStickerSets
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