Struct rust_tdlib::types::GetTrendingStickerSets
source · [−]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
sourceimpl AsRef<GetTrendingStickerSets> for GetTrendingStickerSets
impl AsRef<GetTrendingStickerSets> for GetTrendingStickerSets
sourcefn as_ref(&self) -> &GetTrendingStickerSets
fn as_ref(&self) -> &GetTrendingStickerSets
Converts this type into a shared reference of the (usually inferred) input type.
sourceimpl Clone for GetTrendingStickerSets
impl Clone for GetTrendingStickerSets
sourcefn clone(&self) -> GetTrendingStickerSets
fn clone(&self) -> GetTrendingStickerSets
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 GetTrendingStickerSets
impl Debug for GetTrendingStickerSets
sourceimpl Default for GetTrendingStickerSets
impl Default for GetTrendingStickerSets
sourcefn default() -> GetTrendingStickerSets
fn default() -> GetTrendingStickerSets
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for GetTrendingStickerSets
impl<'de> Deserialize<'de> for GetTrendingStickerSets
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 GetTrendingStickerSets
impl Serialize for GetTrendingStickerSets
Auto Trait Implementations
impl RefUnwindSafe for GetTrendingStickerSets
impl Send for GetTrendingStickerSets
impl Sync for GetTrendingStickerSets
impl Unpin for GetTrendingStickerSets
impl UnwindSafe for GetTrendingStickerSets
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