pub struct GetChatMember { /* private fields */ }Expand description
Builder for the getChatMember method.
Trait Implementations§
Source§impl IntoFuture for GetChatMember
impl IntoFuture for GetChatMember
Source§type Output = Result<ChatMember, Error>
type Output = Result<ChatMember, Error>
The output that the future will produce on completion.
Source§type IntoFuture = Pin<Box<dyn Future<Output = <GetChatMember as IntoFuture>::Output> + Send>>
type IntoFuture = Pin<Box<dyn Future<Output = <GetChatMember 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 GetChatMember
impl !UnwindSafe for GetChatMember
impl Freeze for GetChatMember
impl Send for GetChatMember
impl Sync for GetChatMember
impl Unpin for GetChatMember
impl UnsafeUnpin for GetChatMember
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