pub struct VerifyChat { /* private fields */ }Expand description
Builder for the verifyChat method.
Implementations§
Source§impl VerifyChat
impl VerifyChat
Sourcepub fn custom_description(self, d: impl Into<String>) -> Self
pub fn custom_description(self, d: impl Into<String>) -> Self
Sets a custom description shown alongside the verification badge. (up to 70 characters)
Trait Implementations§
Source§impl IntoFuture for VerifyChat
impl IntoFuture for VerifyChat
Source§type IntoFuture = Pin<Box<dyn Future<Output = <VerifyChat as IntoFuture>::Output> + Send>>
type IntoFuture = Pin<Box<dyn Future<Output = <VerifyChat 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 VerifyChat
impl !UnwindSafe for VerifyChat
impl Freeze for VerifyChat
impl Send for VerifyChat
impl Sync for VerifyChat
impl Unpin for VerifyChat
impl UnsafeUnpin for VerifyChat
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