pub struct StickerFullTypeRegular {
pub premium_animation: Option<File>,
}
Expand description
The sticker is a regular sticker
Fields§
Premium animation of the sticker; may be null. If present, only Telegram Premium users can use the sticker
Trait Implementations§
Source§impl Clone for StickerFullTypeRegular
impl Clone for StickerFullTypeRegular
Source§fn clone(&self) -> StickerFullTypeRegular
fn clone(&self) -> StickerFullTypeRegular
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 StickerFullTypeRegular
impl Debug for StickerFullTypeRegular
Source§impl Default for StickerFullTypeRegular
impl Default for StickerFullTypeRegular
Source§fn default() -> StickerFullTypeRegular
fn default() -> StickerFullTypeRegular
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for StickerFullTypeRegular
impl<'de> Deserialize<'de> for StickerFullTypeRegular
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 StickerFullTypeRegular
impl PartialEq for StickerFullTypeRegular
Source§impl Serialize for StickerFullTypeRegular
impl Serialize for StickerFullTypeRegular
impl StructuralPartialEq for StickerFullTypeRegular
Auto Trait Implementations§
impl Freeze for StickerFullTypeRegular
impl RefUnwindSafe for StickerFullTypeRegular
impl Send for StickerFullTypeRegular
impl Sync for StickerFullTypeRegular
impl Unpin for StickerFullTypeRegular
impl UnwindSafe for StickerFullTypeRegular
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