pub struct ReorderInstalledStickerSets { /* private fields */ }
Expand description
Changes the order of installed sticker sets
Implementations§
Trait Implementations§
Source§impl AsRef<ReorderInstalledStickerSets> for ReorderInstalledStickerSets
impl AsRef<ReorderInstalledStickerSets> for ReorderInstalledStickerSets
Source§fn as_ref(&self) -> &ReorderInstalledStickerSets
fn as_ref(&self) -> &ReorderInstalledStickerSets
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for ReorderInstalledStickerSets
impl Clone for ReorderInstalledStickerSets
Source§fn clone(&self) -> ReorderInstalledStickerSets
fn clone(&self) -> ReorderInstalledStickerSets
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 ReorderInstalledStickerSets
impl Debug for ReorderInstalledStickerSets
Source§impl Default for ReorderInstalledStickerSets
impl Default for ReorderInstalledStickerSets
Source§fn default() -> ReorderInstalledStickerSets
fn default() -> ReorderInstalledStickerSets
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ReorderInstalledStickerSets
impl<'de> Deserialize<'de> for ReorderInstalledStickerSets
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 ReorderInstalledStickerSets
impl RefUnwindSafe for ReorderInstalledStickerSets
impl Send for ReorderInstalledStickerSets
impl Sync for ReorderInstalledStickerSets
impl Unpin for ReorderInstalledStickerSets
impl UnwindSafe for ReorderInstalledStickerSets
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