[]Struct bloguen::util::LANGUAGE_EN_GB

pub struct LANGUAGE_EN_GB { /* fields omitted */ }

The default en-GB language tag.

Trait Implementations

impl Deref for LANGUAGE_EN_GB

type Target = LanguageTag

The resulting type after dereferencing.

impl LazyStatic for LANGUAGE_EN_GB

Auto Trait Implementations

impl Send for LANGUAGE_EN_GB

impl Unpin for LANGUAGE_EN_GB

impl Sync for LANGUAGE_EN_GB

impl UnwindSafe for LANGUAGE_EN_GB

impl RefUnwindSafe for LANGUAGE_EN_GB

Blanket Implementations

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

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

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.

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

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

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

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]