pub struct InputPassportElementErrorSourceSelfie { /* private fields */ }
Expand description
The selfie contains an error. The error is considered resolved when the file with the selfie changes
Implementations§
Trait Implementations§
Source§impl AsRef<InputPassportElementErrorSourceSelfie> for InputPassportElementErrorSourceSelfie
impl AsRef<InputPassportElementErrorSourceSelfie> for InputPassportElementErrorSourceSelfie
Source§fn as_ref(&self) -> &InputPassportElementErrorSourceSelfie
fn as_ref(&self) -> &InputPassportElementErrorSourceSelfie
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for InputPassportElementErrorSourceSelfie
impl Clone for InputPassportElementErrorSourceSelfie
Source§fn clone(&self) -> InputPassportElementErrorSourceSelfie
fn clone(&self) -> InputPassportElementErrorSourceSelfie
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for InputPassportElementErrorSourceSelfie
impl Default for InputPassportElementErrorSourceSelfie
Source§fn default() -> InputPassportElementErrorSourceSelfie
fn default() -> InputPassportElementErrorSourceSelfie
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for InputPassportElementErrorSourceSelfie
impl<'de> Deserialize<'de> for InputPassportElementErrorSourceSelfie
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl TDInputPassportElementErrorSource for InputPassportElementErrorSourceSelfie
Auto Trait Implementations§
impl Freeze for InputPassportElementErrorSourceSelfie
impl RefUnwindSafe for InputPassportElementErrorSourceSelfie
impl Send for InputPassportElementErrorSourceSelfie
impl Sync for InputPassportElementErrorSourceSelfie
impl Unpin for InputPassportElementErrorSourceSelfie
impl UnwindSafe for InputPassportElementErrorSourceSelfie
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