pub struct UpdateTrendingStickerSets {
pub sticker_sets: StickerSets,
}Expand description
The list of trending sticker sets was updated or some of them were viewed
Fields§
§sticker_sets: StickerSetsThe new list of trending sticker sets
Trait Implementations§
Source§impl Clone for UpdateTrendingStickerSets
impl Clone for UpdateTrendingStickerSets
Source§fn clone(&self) -> UpdateTrendingStickerSets
fn clone(&self) -> UpdateTrendingStickerSets
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 UpdateTrendingStickerSets
impl Debug for UpdateTrendingStickerSets
Source§impl<'de> Deserialize<'de> for UpdateTrendingStickerSets
impl<'de> Deserialize<'de> for UpdateTrendingStickerSets
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 UpdateTrendingStickerSets
impl RefUnwindSafe for UpdateTrendingStickerSets
impl Send for UpdateTrendingStickerSets
impl Sync for UpdateTrendingStickerSets
impl Unpin for UpdateTrendingStickerSets
impl UnwindSafe for UpdateTrendingStickerSets
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