pub struct RemoveFavoriteSticker {
pub sticker: InputFile,
}
Expand description
Removes a sticker from the list of favorite stickers
Fields§
§sticker: InputFile
Sticker file to delete from the list
Trait Implementations§
Source§impl Clone for RemoveFavoriteSticker
impl Clone for RemoveFavoriteSticker
Source§fn clone(&self) -> RemoveFavoriteSticker
fn clone(&self) -> RemoveFavoriteSticker
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 Debug for RemoveFavoriteSticker
impl Debug for RemoveFavoriteSticker
Source§impl<'de> Deserialize<'de> for RemoveFavoriteSticker
impl<'de> Deserialize<'de> for RemoveFavoriteSticker
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 Method for RemoveFavoriteSticker
impl Method for RemoveFavoriteSticker
Auto Trait Implementations§
impl Freeze for RemoveFavoriteSticker
impl RefUnwindSafe for RemoveFavoriteSticker
impl Send for RemoveFavoriteSticker
impl Sync for RemoveFavoriteSticker
impl Unpin for RemoveFavoriteSticker
impl UnwindSafe for RemoveFavoriteSticker
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