Struct rust_tdlib::types::SetSupergroupStickerSet
source · [−]pub struct SetSupergroupStickerSet { /* private fields */ }Expand description
Changes the sticker set of a supergroup; requires can_change_info administrator right
Implementations
Trait Implementations
sourceimpl AsRef<SetSupergroupStickerSet> for SetSupergroupStickerSet
impl AsRef<SetSupergroupStickerSet> for SetSupergroupStickerSet
sourcefn as_ref(&self) -> &SetSupergroupStickerSet
fn as_ref(&self) -> &SetSupergroupStickerSet
Converts this type into a shared reference of the (usually inferred) input type.
sourceimpl Clone for SetSupergroupStickerSet
impl Clone for SetSupergroupStickerSet
sourcefn clone(&self) -> SetSupergroupStickerSet
fn clone(&self) -> SetSupergroupStickerSet
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 SetSupergroupStickerSet
impl Debug for SetSupergroupStickerSet
sourceimpl Default for SetSupergroupStickerSet
impl Default for SetSupergroupStickerSet
sourcefn default() -> SetSupergroupStickerSet
fn default() -> SetSupergroupStickerSet
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for SetSupergroupStickerSet
impl<'de> Deserialize<'de> for SetSupergroupStickerSet
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 SetSupergroupStickerSet
impl Serialize for SetSupergroupStickerSet
Auto Trait Implementations
impl RefUnwindSafe for SetSupergroupStickerSet
impl Send for SetSupergroupStickerSet
impl Sync for SetSupergroupStickerSet
impl Unpin for SetSupergroupStickerSet
impl UnwindSafe for SetSupergroupStickerSet
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