Enum quicksilver::asset::LoadingAsset [] [src]

pub enum LoadingAsset<Asset: Loadable> {
    Loading(LoadingHandle),
    Loaded(Asset),
    Errored(Asset::Error),
}

Variants

Methods

impl<T: Loadable> LoadingAsset<T>
[src]

[src]

Trait Implementations

impl<Asset: Clone + Loadable> Clone for LoadingAsset<Asset> where
    Asset::Error: Clone
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more