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