Struct rust_tdlib::types::UpdateTrendingStickerSets
source · [−]pub struct UpdateTrendingStickerSets { /* private fields */ }Expand description
The list of trending sticker sets was updated or some of them were viewed
Implementations
sourceimpl 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
sourceimpl AsRef<UpdateTrendingStickerSets> for UpdateTrendingStickerSets
impl AsRef<UpdateTrendingStickerSets> for UpdateTrendingStickerSets
sourcefn as_ref(&self) -> &UpdateTrendingStickerSets
fn as_ref(&self) -> &UpdateTrendingStickerSets
Converts this type into a shared reference of the (usually inferred) input type.
sourceimpl Clone for UpdateTrendingStickerSets
impl Clone for UpdateTrendingStickerSets
sourcefn clone(&self) -> UpdateTrendingStickerSets
fn clone(&self) -> UpdateTrendingStickerSets
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for UpdateTrendingStickerSets
impl Debug for UpdateTrendingStickerSets
sourceimpl Default for UpdateTrendingStickerSets
impl Default for UpdateTrendingStickerSets
sourcefn default() -> UpdateTrendingStickerSets
fn default() -> UpdateTrendingStickerSets
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for UpdateTrendingStickerSets
impl<'de> Deserialize<'de> for UpdateTrendingStickerSets
sourcefn 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
sourceimpl Serialize for UpdateTrendingStickerSets
impl Serialize for UpdateTrendingStickerSets
impl TDUpdate for UpdateTrendingStickerSets
Auto Trait Implementations
impl RefUnwindSafe for UpdateTrendingStickerSets
impl Send for UpdateTrendingStickerSets
impl Sync for UpdateTrendingStickerSets
impl Unpin for UpdateTrendingStickerSets
impl UnwindSafe for UpdateTrendingStickerSets
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more