[][src]Struct amethyst_locale::Locale

pub struct Locale {
    pub bundle: FluentBundle<FluentResource>,
}

A loaded locale.

Fields

bundle: FluentBundle<FluentResource>

The bundle stores its resources for now.

Trait Implementations

impl Asset for Locale[src]

type Data = Locale

The Data type the asset can be created from.

type HandleStorage = VecStorage<LocaleHandle>

The ECS storage type to be used. You'll want to use DenseVecStorage in most cases.

impl Format<Locale> for LocaleFormat[src]

impl FormatRegisteredData for Locale[src]

type Registration = AssetFormatRegistration

impl SerializableFormat<Locale> for LocaleFormat[src]

Auto Trait Implementations

impl !RefUnwindSafe for Locale

impl Send for Locale

impl Sync for Locale

impl Unpin for Locale

impl !UnwindSafe for Locale

Blanket Implementations

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

impl<T> Any for T where
    T: Any

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

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

impl<T> Event for T where
    T: Send + Sync + 'static, 

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

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

impl<T> ProcessableAsset for T where
    T: Asset<Data = T>, 
[src]

impl<T> Resource for T where
    T: Any + Send + Sync

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<SS, SP> SupersetOf<SS> for SP where
    SS: SubsetOf<SP>, 

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<V, T> VZip<V> for T where
    V: MultiLane<T>,