Enum minecraft_assets::api::ResourceCategory [−][src]
pub enum ResourceCategory {
Assets,
Data,
}
Expand description
The category of a resource.
Variants
Assets
Resources located in the assets/
directory.
Data
Resource located in the data/
directory.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ResourceCategory
impl Send for ResourceCategory
impl Sync for ResourceCategory
impl Unpin for ResourceCategory
impl UnwindSafe for ResourceCategory
Blanket Implementations
Mutably borrows from an owned value. Read more