pub struct SetPassportDataErrors { /* private fields */ }Expand description
Builder for the setPassportDataErrors method.
Informs a user that some Telegram Passport elements they provided contain errors. The user will not be able to re-submit their Passport to the bot until the errors are fixed — the contents of the affected field must change.
Trait Implementations§
Source§impl IntoFuture for SetPassportDataErrors
impl IntoFuture for SetPassportDataErrors
Source§type IntoFuture = Pin<Box<dyn Future<Output = <SetPassportDataErrors as IntoFuture>::Output> + Send>>
type IntoFuture = Pin<Box<dyn Future<Output = <SetPassportDataErrors 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 SetPassportDataErrors
impl !UnwindSafe for SetPassportDataErrors
impl Freeze for SetPassportDataErrors
impl Send for SetPassportDataErrors
impl Sync for SetPassportDataErrors
impl Unpin for SetPassportDataErrors
impl UnsafeUnpin for SetPassportDataErrors
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