pub struct GetArchivedStickerSets { /* private fields */ }
Expand description
Returns a list of archived sticker sets
Implementations§
Trait Implementations§
Source§impl AsRef<GetArchivedStickerSets> for GetArchivedStickerSets
impl AsRef<GetArchivedStickerSets> for GetArchivedStickerSets
Source§fn as_ref(&self) -> &GetArchivedStickerSets
fn as_ref(&self) -> &GetArchivedStickerSets
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for GetArchivedStickerSets
impl Clone for GetArchivedStickerSets
Source§fn clone(&self) -> GetArchivedStickerSets
fn clone(&self) -> GetArchivedStickerSets
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for GetArchivedStickerSets
impl Debug for GetArchivedStickerSets
Source§impl Default for GetArchivedStickerSets
impl Default for GetArchivedStickerSets
Source§fn default() -> GetArchivedStickerSets
fn default() -> GetArchivedStickerSets
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetArchivedStickerSets
impl<'de> Deserialize<'de> for GetArchivedStickerSets
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 GetArchivedStickerSets
impl RefUnwindSafe for GetArchivedStickerSets
impl Send for GetArchivedStickerSets
impl Sync for GetArchivedStickerSets
impl Unpin for GetArchivedStickerSets
impl UnwindSafe for GetArchivedStickerSets
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