pub struct ChatPhotoStickerTypeCustomEmoji {
pub custom_emoji_id: i64,
}
Expand description
Information about the custom emoji, which was used to create the chat photo
Fields§
§custom_emoji_id: i64
Identifier of the custom emoji
Trait Implementations§
Source§impl Clone for ChatPhotoStickerTypeCustomEmoji
impl Clone for ChatPhotoStickerTypeCustomEmoji
Source§fn clone(&self) -> ChatPhotoStickerTypeCustomEmoji
fn clone(&self) -> ChatPhotoStickerTypeCustomEmoji
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 Default for ChatPhotoStickerTypeCustomEmoji
impl Default for ChatPhotoStickerTypeCustomEmoji
Source§fn default() -> ChatPhotoStickerTypeCustomEmoji
fn default() -> ChatPhotoStickerTypeCustomEmoji
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ChatPhotoStickerTypeCustomEmoji
impl<'de> Deserialize<'de> for ChatPhotoStickerTypeCustomEmoji
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 ChatPhotoStickerTypeCustomEmoji
impl PartialEq for ChatPhotoStickerTypeCustomEmoji
Source§fn eq(&self, other: &ChatPhotoStickerTypeCustomEmoji) -> bool
fn eq(&self, other: &ChatPhotoStickerTypeCustomEmoji) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for ChatPhotoStickerTypeCustomEmoji
Auto Trait Implementations§
impl Freeze for ChatPhotoStickerTypeCustomEmoji
impl RefUnwindSafe for ChatPhotoStickerTypeCustomEmoji
impl Send for ChatPhotoStickerTypeCustomEmoji
impl Sync for ChatPhotoStickerTypeCustomEmoji
impl Unpin for ChatPhotoStickerTypeCustomEmoji
impl UnwindSafe for ChatPhotoStickerTypeCustomEmoji
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