pub struct PassportElementErrorTranslationFile {
pub type_field: PassportElementErrorTranslationFileType,
pub file_hash: String,
pub message: String,
}Fields§
§type_field: PassportElementErrorTranslationFileType§file_hash: String§message: StringImplementations§
Source§impl PassportElementErrorTranslationFile
impl PassportElementErrorTranslationFile
Sourcepub fn builder() -> PassportElementErrorTranslationFileBuilder
pub fn builder() -> PassportElementErrorTranslationFileBuilder
Create an instance of PassportElementErrorTranslationFile using the builder syntax
Trait Implementations§
Source§impl Clone for PassportElementErrorTranslationFile
impl Clone for PassportElementErrorTranslationFile
Source§fn clone(&self) -> PassportElementErrorTranslationFile
fn clone(&self) -> PassportElementErrorTranslationFile
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'de> Deserialize<'de> for PassportElementErrorTranslationFile
impl<'de> Deserialize<'de> for PassportElementErrorTranslationFile
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 PassportElementErrorTranslationFile
impl PartialEq for PassportElementErrorTranslationFile
Source§fn eq(&self, other: &PassportElementErrorTranslationFile) -> bool
fn eq(&self, other: &PassportElementErrorTranslationFile) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for PassportElementErrorTranslationFile
impl StructuralPartialEq for PassportElementErrorTranslationFile
Auto Trait Implementations§
impl Freeze for PassportElementErrorTranslationFile
impl RefUnwindSafe for PassportElementErrorTranslationFile
impl Send for PassportElementErrorTranslationFile
impl Sync for PassportElementErrorTranslationFile
impl Unpin for PassportElementErrorTranslationFile
impl UnsafeUnpin for PassportElementErrorTranslationFile
impl UnwindSafe for PassportElementErrorTranslationFile
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