Struct rust_tdlib::types::RemoveFavoriteSticker
source · [−]pub struct RemoveFavoriteSticker { /* private fields */ }
Expand description
Removes a sticker from the list of favorite stickers
Implementations
Trait Implementations
sourceimpl AsRef<RemoveFavoriteSticker> for RemoveFavoriteSticker
impl AsRef<RemoveFavoriteSticker> for RemoveFavoriteSticker
sourcefn as_ref(&self) -> &RemoveFavoriteSticker
fn as_ref(&self) -> &RemoveFavoriteSticker
Converts this type into a shared reference of the (usually inferred) input type.
sourceimpl Clone for RemoveFavoriteSticker
impl Clone for RemoveFavoriteSticker
sourcefn clone(&self) -> RemoveFavoriteSticker
fn clone(&self) -> RemoveFavoriteSticker
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for RemoveFavoriteSticker
impl Debug for RemoveFavoriteSticker
sourceimpl Default for RemoveFavoriteSticker
impl Default for RemoveFavoriteSticker
sourcefn default() -> RemoveFavoriteSticker
fn default() -> RemoveFavoriteSticker
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for RemoveFavoriteSticker
impl<'de> Deserialize<'de> for RemoveFavoriteSticker
sourcefn 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
sourceimpl Serialize for RemoveFavoriteSticker
impl Serialize for RemoveFavoriteSticker
Auto Trait Implementations
impl RefUnwindSafe for RemoveFavoriteSticker
impl Send for RemoveFavoriteSticker
impl Sync for RemoveFavoriteSticker
impl Unpin for RemoveFavoriteSticker
impl UnwindSafe for RemoveFavoriteSticker
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more