pub struct GetTrendingStickerSets {}Expand description
Returns a list of trending sticker sets
Trait Implementations§
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§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GetTrendingStickerSets
impl Debug for GetTrendingStickerSets
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
Source§impl Method for GetTrendingStickerSets
impl Method for GetTrendingStickerSets
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