pub struct SetStickerPositionInSet {
pub sticker: String,
pub position: usize,
}Expand description
Use this method to move a sticker in a set created by the bot to a specific position. Returns True on success.
Fields§
§sticker: String§position: usizeImplementations§
Trait Implementations§
Source§impl Clone for SetStickerPositionInSet
impl Clone for SetStickerPositionInSet
Source§fn clone(&self) -> SetStickerPositionInSet
fn clone(&self) -> SetStickerPositionInSet
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 Serialize for SetStickerPositionInSet
impl Serialize for SetStickerPositionInSet
impl JsonMethod for SetStickerPositionInSet
Auto Trait Implementations§
impl Freeze for SetStickerPositionInSet
impl RefUnwindSafe for SetStickerPositionInSet
impl Send for SetStickerPositionInSet
impl Sync for SetStickerPositionInSet
impl Unpin for SetStickerPositionInSet
impl UnwindSafe for SetStickerPositionInSet
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