Struct rust_tdlib::types::SetStickerPositionInSet
source · [−]pub struct SetStickerPositionInSet { /* private fields */ }Expand description
Changes the position of a sticker in the set to which it belongs; for bots only. The sticker set must have been created by the bot
Implementations
Trait Implementations
sourceimpl AsRef<SetStickerPositionInSet> for SetStickerPositionInSet
impl AsRef<SetStickerPositionInSet> for SetStickerPositionInSet
sourcefn as_ref(&self) -> &SetStickerPositionInSet
fn as_ref(&self) -> &SetStickerPositionInSet
Converts this type into a shared reference of the (usually inferred) input type.
sourceimpl Clone for SetStickerPositionInSet
impl Clone for SetStickerPositionInSet
sourcefn clone(&self) -> SetStickerPositionInSet
fn clone(&self) -> SetStickerPositionInSet
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 SetStickerPositionInSet
impl Debug for SetStickerPositionInSet
sourceimpl Default for SetStickerPositionInSet
impl Default for SetStickerPositionInSet
sourcefn default() -> SetStickerPositionInSet
fn default() -> SetStickerPositionInSet
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for SetStickerPositionInSet
impl<'de> Deserialize<'de> for SetStickerPositionInSet
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 SetStickerPositionInSet
impl Serialize for SetStickerPositionInSet
Auto Trait Implementations
impl RefUnwindSafe for SetStickerPositionInSet
impl Send for SetStickerPositionInSet
impl Sync for SetStickerPositionInSet
impl Unpin for SetStickerPositionInSet
impl UnwindSafe for SetStickerPositionInSet
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