pub struct TmeUrlTypeStickerSet {
pub sticker_set_id: i64,
}
Expand description
A URL linking to a sticker set
Fields§
§sticker_set_id: i64
Identifier of the sticker set
Trait Implementations§
Source§impl Clone for TmeUrlTypeStickerSet
impl Clone for TmeUrlTypeStickerSet
Source§fn clone(&self) -> TmeUrlTypeStickerSet
fn clone(&self) -> TmeUrlTypeStickerSet
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 TmeUrlTypeStickerSet
impl Debug for TmeUrlTypeStickerSet
Source§impl Default for TmeUrlTypeStickerSet
impl Default for TmeUrlTypeStickerSet
Source§fn default() -> TmeUrlTypeStickerSet
fn default() -> TmeUrlTypeStickerSet
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TmeUrlTypeStickerSet
impl<'de> Deserialize<'de> for TmeUrlTypeStickerSet
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 PartialEq for TmeUrlTypeStickerSet
impl PartialEq for TmeUrlTypeStickerSet
Source§impl Serialize for TmeUrlTypeStickerSet
impl Serialize for TmeUrlTypeStickerSet
impl StructuralPartialEq for TmeUrlTypeStickerSet
Auto Trait Implementations§
impl Freeze for TmeUrlTypeStickerSet
impl RefUnwindSafe for TmeUrlTypeStickerSet
impl Send for TmeUrlTypeStickerSet
impl Sync for TmeUrlTypeStickerSet
impl Unpin for TmeUrlTypeStickerSet
impl UnwindSafe for TmeUrlTypeStickerSet
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