pub struct InputPassportElementErrorSourceSelfie {
pub file_hash: String,
}
Expand description
The selfie contains an error. The error is considered resolved when the file with the selfie changes
Fields§
§file_hash: String
Current hash of the file containing the selfie
Trait Implementations§
Source§impl Clone for InputPassportElementErrorSourceSelfie
impl Clone for InputPassportElementErrorSourceSelfie
Source§fn clone(&self) -> InputPassportElementErrorSourceSelfie
fn clone(&self) -> InputPassportElementErrorSourceSelfie
Returns a duplicate 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
Source§impl PartialEq for InputPassportElementErrorSourceSelfie
impl PartialEq for InputPassportElementErrorSourceSelfie
Source§fn eq(&self, other: &InputPassportElementErrorSourceSelfie) -> bool
fn eq(&self, other: &InputPassportElementErrorSourceSelfie) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq 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