pub struct GetUserChatBoosts { /* private fields */ }Expand description
Builder for the getUserChatBoosts method.
Returns the list of boosts added to a chat by a specific user. Requires administrator rights in the chat.
Trait Implementations§
Source§impl IntoFuture for GetUserChatBoosts
impl IntoFuture for GetUserChatBoosts
Source§type Output = Result<UserChatBoosts, Error>
type Output = Result<UserChatBoosts, Error>
The output that the future will produce on completion.
Source§type IntoFuture = Pin<Box<dyn Future<Output = <GetUserChatBoosts as IntoFuture>::Output> + Send>>
type IntoFuture = Pin<Box<dyn Future<Output = <GetUserChatBoosts as IntoFuture>::Output> + Send>>
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 !RefUnwindSafe for GetUserChatBoosts
impl !UnwindSafe for GetUserChatBoosts
impl Freeze for GetUserChatBoosts
impl Send for GetUserChatBoosts
impl Sync for GetUserChatBoosts
impl Unpin for GetUserChatBoosts
impl UnsafeUnpin for GetUserChatBoosts
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