Struct botapi::gen_methods::CallSetStickerPositionInSet
source · pub struct CallSetStickerPositionInSet<'a> { /* private fields */ }Implementations§
source§impl<'a> CallSetStickerPositionInSet<'a>
impl<'a> CallSetStickerPositionInSet<'a>
pub fn get_sticker(&'a self) -> &'a &'a str
pub fn get_position(&'a self) -> &'a i64
pub async fn build(self) -> BotResult<bool>
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for CallSetStickerPositionInSet<'a>
impl<'a> Send for CallSetStickerPositionInSet<'a>
impl<'a> Sync for CallSetStickerPositionInSet<'a>
impl<'a> Unpin for CallSetStickerPositionInSet<'a>
impl<'a> !UnwindSafe for CallSetStickerPositionInSet<'a>
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