pub struct TranslationFiles { /* private fields */ }
Expand description
Represents a PassportElementErrorTranslationFiles
.
Implementations§
Trait Implementations§
source§impl Clone for TranslationFiles
impl Clone for TranslationFiles
source§fn clone(&self) -> TranslationFiles
fn clone(&self) -> TranslationFiles
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 Debug for TranslationFiles
impl Debug for TranslationFiles
source§impl From<TranslationFiles> for Source
impl From<TranslationFiles> for Source
source§fn from(source: TranslationFiles) -> Self
fn from(source: TranslationFiles) -> Self
Converts to this type from the input type.
source§impl Hash for TranslationFiles
impl Hash for TranslationFiles
source§impl PartialEq<TranslationFiles> for TranslationFiles
impl PartialEq<TranslationFiles> for TranslationFiles
source§fn eq(&self, other: &TranslationFiles) -> bool
fn eq(&self, other: &TranslationFiles) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.