pub struct SearchStickerSet {
pub name: String,
}
Expand description
Searches for a sticker set by its name
Fields§
§name: String
Name of the sticker set
Trait Implementations§
Source§impl Clone for SearchStickerSet
impl Clone for SearchStickerSet
Source§fn clone(&self) -> SearchStickerSet
fn clone(&self) -> SearchStickerSet
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 SearchStickerSet
impl Debug for SearchStickerSet
Source§impl<'de> Deserialize<'de> for SearchStickerSet
impl<'de> Deserialize<'de> for SearchStickerSet
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
Source§impl Method for SearchStickerSet
impl Method for SearchStickerSet
Auto Trait Implementations§
impl Freeze for SearchStickerSet
impl RefUnwindSafe for SearchStickerSet
impl Send for SearchStickerSet
impl Sync for SearchStickerSet
impl Unpin for SearchStickerSet
impl UnwindSafe for SearchStickerSet
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