pub struct UpdateTrendingStickerSets { /* private fields */ }
Expand description
The list of trending sticker sets was updated or some of them were viewed
Implementations§
Source§impl UpdateTrendingStickerSets
impl UpdateTrendingStickerSets
pub fn from_json<S: AsRef<str>>(json: S) -> Result<Self>
pub fn builder() -> UpdateTrendingStickerSetsBuilder
pub fn sticker_sets(&self) -> &StickerSets
Trait Implementations§
Source§impl AsRef<UpdateTrendingStickerSets> for UpdateTrendingStickerSets
impl AsRef<UpdateTrendingStickerSets> for UpdateTrendingStickerSets
Source§fn as_ref(&self) -> &UpdateTrendingStickerSets
fn as_ref(&self) -> &UpdateTrendingStickerSets
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for UpdateTrendingStickerSets
impl Clone for UpdateTrendingStickerSets
Source§fn clone(&self) -> UpdateTrendingStickerSets
fn clone(&self) -> UpdateTrendingStickerSets
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 UpdateTrendingStickerSets
impl Debug for UpdateTrendingStickerSets
Source§impl Default for UpdateTrendingStickerSets
impl Default for UpdateTrendingStickerSets
Source§fn default() -> UpdateTrendingStickerSets
fn default() -> UpdateTrendingStickerSets
Returns the “default value” for a type. Read more
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
impl TDUpdate for UpdateTrendingStickerSets
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