[−][src]Enum rust_tdlib::types::InputPassportElementErrorSource
Contains the description of an error in a Telegram Passport element; for bots only
Variants
DataField(InputPassportElementErrorSourceDataField)
A data field contains an error. The error is considered resolved when the field's value changes
The file contains an error. The error is considered resolved when the file changes
The list of attached files contains an error. The error is considered resolved when the file list changes
FrontSide(InputPassportElementErrorSourceFrontSide)
The front side of the document contains an error. The error is considered resolved when the file with the front side of the document changes
ReverseSide(InputPassportElementErrorSourceReverseSide)
The reverse side of the document contains an error. The error is considered resolved when the file with the reverse side of the document changes
The selfie contains an error. The error is considered resolved when the file with the selfie changes
TranslationFile(InputPassportElementErrorSourceTranslationFile)
One of the files containing the translation of the document contains an error. The error is considered resolved when the file with the translation changes
TranslationFiles(InputPassportElementErrorSourceTranslationFiles)
The translation of the document contains an error. The error is considered resolved when the list of files changes
Unspecified(InputPassportElementErrorSourceUnspecified)
The element contains an error in an unspecified place. The error will be considered resolved when new data is added
Implementations
impl InputPassportElementErrorSource
[src]
Trait Implementations
impl AsRef<InputPassportElementErrorSource> for InputPassportElementErrorSource
[src]
pub fn as_ref(&self) -> &InputPassportElementErrorSource
[src]
impl Clone for InputPassportElementErrorSource
[src]
pub fn clone(&self) -> InputPassportElementErrorSource
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Debug for InputPassportElementErrorSource
[src]
impl Default for InputPassportElementErrorSource
[src]
impl<'de> Deserialize<'de> for InputPassportElementErrorSource
[src]
pub fn deserialize<D>(
deserializer: D
) -> Result<InputPassportElementErrorSource, D::Error> where
D: Deserializer<'de>,
[src]
deserializer: D
) -> Result<InputPassportElementErrorSource, D::Error> where
D: Deserializer<'de>,
impl RObject for InputPassportElementErrorSource
[src]
impl Serialize for InputPassportElementErrorSource
[src]
Auto Trait Implementations
impl RefUnwindSafe for InputPassportElementErrorSource
[src]
impl Send for InputPassportElementErrorSource
[src]
impl Sync for InputPassportElementErrorSource
[src]
impl Unpin for InputPassportElementErrorSource
[src]
impl UnwindSafe for InputPassportElementErrorSource
[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
pub fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
V: MultiLane<T>,