pub struct ReorderInstalledStickerSets {
pub is_masks: bool,
pub sticker_set_ids: Vec<i64>,
}Expand description
Changes the order of installed sticker sets
Fields§
§is_masks: boolPass true to change the order of mask sticker sets; pass false to change the order of ordinary sticker sets
sticker_set_ids: Vec<i64>Identifiers of installed sticker sets in the new correct order
Trait Implementations§
Source§impl Clone for ReorderInstalledStickerSets
impl Clone for ReorderInstalledStickerSets
Source§fn clone(&self) -> ReorderInstalledStickerSets
fn clone(&self) -> ReorderInstalledStickerSets
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 ReorderInstalledStickerSets
impl Debug for ReorderInstalledStickerSets
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
Source§impl Method for ReorderInstalledStickerSets
impl Method for ReorderInstalledStickerSets
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