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