Struct tg_flows::MediaSticker
source · pub struct MediaSticker {
pub sticker: Sticker,
}Fields§
§sticker: StickerMessage is a sticker, information about the sticker.
Trait Implementations§
source§impl Clone for MediaSticker
impl Clone for MediaSticker
source§fn clone(&self) -> MediaSticker
fn clone(&self) -> MediaSticker
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 MediaSticker
impl Debug for MediaSticker
source§impl<'de> Deserialize<'de> for MediaSticker
impl<'de> Deserialize<'de> for MediaSticker
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<MediaSticker> for MediaSticker
impl PartialEq<MediaSticker> for MediaSticker
source§fn eq(&self, other: &MediaSticker) -> bool
fn eq(&self, other: &MediaSticker) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for MediaSticker
impl Serialize for MediaSticker
impl StructuralPartialEq for MediaSticker
Auto Trait Implementations§
impl RefUnwindSafe for MediaSticker
impl Send for MediaSticker
impl Sync for MediaSticker
impl Unpin for MediaSticker
impl UnwindSafe for MediaSticker
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