pub struct UpdateFavoriteStickers { /* private fields */ }
Expand description
The list of favorite stickers was updated
Implementations§
Trait Implementations§
Source§impl AsRef<UpdateFavoriteStickers> for UpdateFavoriteStickers
impl AsRef<UpdateFavoriteStickers> for UpdateFavoriteStickers
Source§fn as_ref(&self) -> &UpdateFavoriteStickers
fn as_ref(&self) -> &UpdateFavoriteStickers
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for UpdateFavoriteStickers
impl Clone for UpdateFavoriteStickers
Source§fn clone(&self) -> UpdateFavoriteStickers
fn clone(&self) -> UpdateFavoriteStickers
Returns a copy 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 Serialize for UpdateFavoriteStickers
impl Serialize for UpdateFavoriteStickers
impl TDUpdate 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