pub struct VerifyUser { /* private fields */ }Expand description
Builder for the verifyUser method.
Implementations§
Source§impl VerifyUser
impl VerifyUser
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 VerifyUser
impl IntoFuture for VerifyUser
Source§type IntoFuture = Pin<Box<dyn Future<Output = <VerifyUser as IntoFuture>::Output> + Send>>
type IntoFuture = Pin<Box<dyn Future<Output = <VerifyUser 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 VerifyUser
impl !UnwindSafe for VerifyUser
impl Freeze for VerifyUser
impl Send for VerifyUser
impl Sync for VerifyUser
impl Unpin for VerifyUser
impl UnsafeUnpin for VerifyUser
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