pub struct UpdateFavoriteStickers {
pub sticker_ids: Vec<i32>,
}
Expand description
The list of favorite stickers was updated
Fields§
§sticker_ids: Vec<i32>
The new list of file identifiers of favorite stickers
Trait Implementations§
Source§impl Clone for UpdateFavoriteStickers
impl Clone for UpdateFavoriteStickers
Source§fn clone(&self) -> UpdateFavoriteStickers
fn clone(&self) -> UpdateFavoriteStickers
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 UpdateFavoriteStickers
impl Debug for UpdateFavoriteStickers
Source§impl Default for UpdateFavoriteStickers
impl Default for UpdateFavoriteStickers
Source§fn default() -> UpdateFavoriteStickers
fn default() -> UpdateFavoriteStickers
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateFavoriteStickers
impl<'de> Deserialize<'de> for UpdateFavoriteStickers
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 PartialEq for UpdateFavoriteStickers
impl PartialEq for UpdateFavoriteStickers
Source§impl Serialize for UpdateFavoriteStickers
impl Serialize for UpdateFavoriteStickers
impl StructuralPartialEq for UpdateFavoriteStickers
Auto Trait Implementations§
impl Freeze for UpdateFavoriteStickers
impl RefUnwindSafe for UpdateFavoriteStickers
impl Send for UpdateFavoriteStickers
impl Sync for UpdateFavoriteStickers
impl Unpin for UpdateFavoriteStickers
impl UnwindSafe for UpdateFavoriteStickers
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