Struct rust_tdlib::types::SetStickerSetThumbnail  
source · [−]pub struct SetStickerSetThumbnail { /* private fields */ }Expand description
Sets a sticker set thumbnail; for bots only. Returns the sticker set
Implementations
Trait Implementations
sourceimpl AsRef<SetStickerSetThumbnail> for SetStickerSetThumbnail
 
impl AsRef<SetStickerSetThumbnail> for SetStickerSetThumbnail
sourcefn as_ref(&self) -> &SetStickerSetThumbnail
 
fn as_ref(&self) -> &SetStickerSetThumbnail
Converts this type into a shared reference of the (usually inferred) input type.
sourceimpl Clone for SetStickerSetThumbnail
 
impl Clone for SetStickerSetThumbnail
sourcefn clone(&self) -> SetStickerSetThumbnail
 
fn clone(&self) -> SetStickerSetThumbnail
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for SetStickerSetThumbnail
 
impl Debug for SetStickerSetThumbnail
sourceimpl Default for SetStickerSetThumbnail
 
impl Default for SetStickerSetThumbnail
sourcefn default() -> SetStickerSetThumbnail
 
fn default() -> SetStickerSetThumbnail
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for SetStickerSetThumbnail
 
impl<'de> Deserialize<'de> for SetStickerSetThumbnail
sourcefn 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
sourceimpl Serialize for SetStickerSetThumbnail
 
impl Serialize for SetStickerSetThumbnail
Auto Trait Implementations
impl RefUnwindSafe for SetStickerSetThumbnail
impl Send for SetStickerSetThumbnail
impl Sync for SetStickerSetThumbnail
impl Unpin for SetStickerSetThumbnail
impl UnwindSafe for SetStickerSetThumbnail
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    T: ?Sized, 
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more