pub struct InputPassportElementErrorSourceTranslationFile {
pub file_hash: String,
}
Expand description
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
Fields§
§file_hash: String
Current hash of the file containing the translation
Trait Implementations§
Source§impl Clone for InputPassportElementErrorSourceTranslationFile
impl Clone for InputPassportElementErrorSourceTranslationFile
Source§fn clone(&self) -> InputPassportElementErrorSourceTranslationFile
fn clone(&self) -> InputPassportElementErrorSourceTranslationFile
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 InputPassportElementErrorSourceTranslationFile
impl Default for InputPassportElementErrorSourceTranslationFile
Source§fn default() -> InputPassportElementErrorSourceTranslationFile
fn default() -> InputPassportElementErrorSourceTranslationFile
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for InputPassportElementErrorSourceTranslationFile
impl<'de> Deserialize<'de> for InputPassportElementErrorSourceTranslationFile
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 InputPassportElementErrorSourceTranslationFile
impl PartialEq for InputPassportElementErrorSourceTranslationFile
Source§fn eq(&self, other: &InputPassportElementErrorSourceTranslationFile) -> bool
fn eq(&self, other: &InputPassportElementErrorSourceTranslationFile) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for InputPassportElementErrorSourceTranslationFile
Auto Trait Implementations§
impl Freeze for InputPassportElementErrorSourceTranslationFile
impl RefUnwindSafe for InputPassportElementErrorSourceTranslationFile
impl Send for InputPassportElementErrorSourceTranslationFile
impl Sync for InputPassportElementErrorSourceTranslationFile
impl Unpin for InputPassportElementErrorSourceTranslationFile
impl UnwindSafe for InputPassportElementErrorSourceTranslationFile
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