Struct tbot::types::input_file::StickerSetThumb
source · pub struct StickerSetThumb { /* private fields */ }
Expand description
Represents a sticker set thumb to be sent.
Implementations§
Trait Implementations§
source§impl Clone for StickerSetThumb
impl Clone for StickerSetThumb
source§fn clone(&self) -> StickerSetThumb
fn clone(&self) -> StickerSetThumb
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 StickerSetThumb
impl Debug for StickerSetThumb
source§impl Hash for StickerSetThumb
impl Hash for StickerSetThumb
source§impl PartialEq<StickerSetThumb> for StickerSetThumb
impl PartialEq<StickerSetThumb> for StickerSetThumb
source§fn eq(&self, other: &StickerSetThumb) -> bool
fn eq(&self, other: &StickerSetThumb) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.