DataRegistryKey

Trait DataRegistryKey 

Source
pub trait DataRegistryKey {
    type Borrow<'a>: DataRegistryKeyRef<'a>;

    // Required method
    fn into_ident(self) -> Identifier;
}

Required Associated Types§

Required Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl DataRegistryKey for BannerPatternKey

Source§

impl DataRegistryKey for BiomeKey

Source§

impl DataRegistryKey for CatVariantKey

Source§

impl DataRegistryKey for ChatKindKey

Source§

impl DataRegistryKey for ChickenVariantKey

Source§

impl DataRegistryKey for CowVariantKey

Source§

impl DataRegistryKey for DamageKindKey

Source§

impl DataRegistryKey for DialogKey

Source§

impl DataRegistryKey for DimensionKindKey

Source§

impl DataRegistryKey for EnchantmentKey

Source§

impl DataRegistryKey for EnchantmentProviderKey

Source§

impl DataRegistryKey for FrogVariantKey

Source§

impl DataRegistryKey for InstrumentKey

Source§

impl DataRegistryKey for JukeboxSongKey

Source§

impl DataRegistryKey for PaintingVariantKey

Source§

impl DataRegistryKey for PigVariantKey

Source§

impl DataRegistryKey for RecipeKey

Source§

impl DataRegistryKey for TestEnvironmentKey

Source§

impl DataRegistryKey for TestInstanceKey

Source§

impl DataRegistryKey for TimelineKey

Source§

impl DataRegistryKey for TrimMaterialKey

Source§

impl DataRegistryKey for TrimPatternKey

Source§

impl DataRegistryKey for WolfSoundVariantKey

Source§

impl DataRegistryKey for WolfVariantKey

Source§

impl DataRegistryKey for ZombieNautilusVariantKey