pub struct StickerPackList {
pub sticker_packs: Vec<StickerPack>,
}Expand description
Typed Discord API object for StickerPackList.
Fields§
§sticker_packs: Vec<StickerPack>Trait Implementations§
Source§impl Clone for StickerPackList
impl Clone for StickerPackList
Source§fn clone(&self) -> StickerPackList
fn clone(&self) -> StickerPackList
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 StickerPackList
impl Debug for StickerPackList
Source§impl Default for StickerPackList
impl Default for StickerPackList
Source§fn default() -> StickerPackList
fn default() -> StickerPackList
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for StickerPackList
impl<'de> Deserialize<'de> for StickerPackList
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 StickerPackList
impl RefUnwindSafe for StickerPackList
impl Send for StickerPackList
impl Sync for StickerPackList
impl Unpin for StickerPackList
impl UnsafeUnpin for StickerPackList
impl UnwindSafe for StickerPackList
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