[][src]Struct tbot::types::passport::element::error::TranslationFiles

#[must_use]
pub struct TranslationFiles<'a> { /* fields omitted */ }

Methods

impl<'a> TranslationFiles<'a>[src]

pub const fn new(kind: Kind, file_hashes: &'a [&'a str]) -> Self[src]

Constructs new TranslationFiles.

Trait Implementations

impl<'a> Clone for TranslationFiles<'a>[src]

impl<'a> Copy for TranslationFiles<'a>[src]

impl<'a> Debug for TranslationFiles<'a>[src]

impl<'a> Eq for TranslationFiles<'a>[src]

impl<'a> From<TranslationFiles<'a>> for Source<'a>[src]

impl<'a> Hash for TranslationFiles<'a>[src]

impl<'a> PartialEq<TranslationFiles<'a>> for TranslationFiles<'a>[src]

impl<'a> Serialize for TranslationFiles<'a>[src]

impl<'a> StructuralEq for TranslationFiles<'a>[src]

impl<'a> StructuralPartialEq for TranslationFiles<'a>[src]

Auto Trait Implementations

impl<'a> RefUnwindSafe for TranslationFiles<'a>

impl<'a> Send for TranslationFiles<'a>

impl<'a> Sync for TranslationFiles<'a>

impl<'a> Unpin for TranslationFiles<'a>

impl<'a> UnwindSafe for TranslationFiles<'a>

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<Q, K> Equivalent<K> for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.