pub struct SetStickerEmojiListBuilder<'a> { /* private fields */ }Expand description
Builder for the [setStickerEmojiList] API method.
Implementations§
Trait Implementations§
Source§impl<'a> IntoFuture for SetStickerEmojiListBuilder<'a>
impl<'a> IntoFuture for SetStickerEmojiListBuilder<'a>
Source§type Output = Result<bool, TelegramError>
type Output = Result<bool, TelegramError>
The output that the future will produce on completion.
Source§type IntoFuture = Pin<Box<dyn Future<Output = <SetStickerEmojiListBuilder<'a> as IntoFuture>::Output> + Send + 'a>>
type IntoFuture = Pin<Box<dyn Future<Output = <SetStickerEmojiListBuilder<'a> as IntoFuture>::Output> + Send + 'a>>
Which kind of future are we turning this into?
Source§fn into_future(self) -> Self::IntoFuture
fn into_future(self) -> Self::IntoFuture
Creates a future from a value. Read more
Auto Trait Implementations§
impl<'a> Freeze for SetStickerEmojiListBuilder<'a>
impl<'a> !RefUnwindSafe for SetStickerEmojiListBuilder<'a>
impl<'a> Send for SetStickerEmojiListBuilder<'a>
impl<'a> Sync for SetStickerEmojiListBuilder<'a>
impl<'a> Unpin for SetStickerEmojiListBuilder<'a>
impl<'a> UnsafeUnpin for SetStickerEmojiListBuilder<'a>
impl<'a> !UnwindSafe for SetStickerEmojiListBuilder<'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