pub struct RemoveFavoriteSticker { /* private fields */ }
Expand description
Removes a sticker from the list of favorite stickers
Implementations§
Trait Implementations§
Source§impl AsRef<RemoveFavoriteSticker> for RemoveFavoriteSticker
impl AsRef<RemoveFavoriteSticker> for RemoveFavoriteSticker
Source§fn as_ref(&self) -> &RemoveFavoriteSticker
fn as_ref(&self) -> &RemoveFavoriteSticker
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for RemoveFavoriteSticker
impl Clone for RemoveFavoriteSticker
Source§fn clone(&self) -> RemoveFavoriteSticker
fn clone(&self) -> RemoveFavoriteSticker
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 RemoveFavoriteSticker
impl Debug for RemoveFavoriteSticker
Source§impl Default for RemoveFavoriteSticker
impl Default for RemoveFavoriteSticker
Source§fn default() -> RemoveFavoriteSticker
fn default() -> RemoveFavoriteSticker
Returns the “default value” for a type. Read more
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
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