pub struct SetChatMemberTag { /* private fields */ }Expand description
Builder for the setChatMemberTag method.
Bot API 9.5 — requires the can_manage_tags administrator right.
Implementations§
Trait Implementations§
Source§impl IntoFuture for SetChatMemberTag
impl IntoFuture for SetChatMemberTag
Source§type IntoFuture = Pin<Box<dyn Future<Output = <SetChatMemberTag as IntoFuture>::Output> + Send>>
type IntoFuture = Pin<Box<dyn Future<Output = <SetChatMemberTag 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 SetChatMemberTag
impl !UnwindSafe for SetChatMemberTag
impl Freeze for SetChatMemberTag
impl Send for SetChatMemberTag
impl Sync for SetChatMemberTag
impl Unpin for SetChatMemberTag
impl UnsafeUnpin for SetChatMemberTag
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