pub struct DeleteStickerFromSet {
pub sticker: String,
}Expand description
Use this method to delete a sticker from a set created by the bot. Returns True on success.
Fields§
§sticker: StringImplementations§
Trait Implementations§
Source§impl Clone for DeleteStickerFromSet
impl Clone for DeleteStickerFromSet
Source§fn clone(&self) -> DeleteStickerFromSet
fn clone(&self) -> DeleteStickerFromSet
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 Serialize for DeleteStickerFromSet
impl Serialize for DeleteStickerFromSet
impl JsonMethod for DeleteStickerFromSet
Auto Trait Implementations§
impl Freeze for DeleteStickerFromSet
impl RefUnwindSafe for DeleteStickerFromSet
impl Send for DeleteStickerFromSet
impl Sync for DeleteStickerFromSet
impl Unpin for DeleteStickerFromSet
impl UnwindSafe for DeleteStickerFromSet
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