#[repr(u32)]pub enum EnchantmentProviderKind {
ByCost = 0,
ByCostWithDifficulty = 1,
Single = 2,
}
Variants§
Implementations§
Source§impl EnchantmentProviderKind
impl EnchantmentProviderKind
pub fn read_from_id( buf: &mut Cursor<&[u8]>, id: u32, ) -> Result<Self, BufReadError>
Source§impl EnchantmentProviderKind
impl EnchantmentProviderKind
Sourcepub unsafe fn from_u32_unchecked(id: u32) -> Self
pub unsafe fn from_u32_unchecked(id: u32) -> Self
pub fn is_valid_id(id: u32) -> bool
Trait Implementations§
Source§impl Clone for EnchantmentProviderKind
impl Clone for EnchantmentProviderKind
Source§fn clone(&self) -> EnchantmentProviderKind
fn clone(&self) -> EnchantmentProviderKind
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for EnchantmentProviderKind
impl Debug for EnchantmentProviderKind
Source§impl<'de> Deserialize<'de> for EnchantmentProviderKind
impl<'de> Deserialize<'de> for EnchantmentProviderKind
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for EnchantmentProviderKind
impl Display for EnchantmentProviderKind
Source§impl FromNbtTag for EnchantmentProviderKind
impl FromNbtTag for EnchantmentProviderKind
fn from_nbt_tag(tag: NbtTag<'_, '_>) -> Option<Self>
fn from_optional_nbt_tag( tag: Option<NbtTag<'_, '_>>, ) -> Result<Option<Self>, DeserializeError>
Source§impl FromStr for EnchantmentProviderKind
impl FromStr for EnchantmentProviderKind
Source§impl Hash for EnchantmentProviderKind
impl Hash for EnchantmentProviderKind
Source§impl PartialEq for EnchantmentProviderKind
impl PartialEq for EnchantmentProviderKind
Source§impl Registry for EnchantmentProviderKind
impl Registry for EnchantmentProviderKind
Source§impl Serialize for EnchantmentProviderKind
impl Serialize for EnchantmentProviderKind
Source§impl ToNbtTag for EnchantmentProviderKind
impl ToNbtTag for EnchantmentProviderKind
fn to_nbt_tag(self) -> NbtTag
fn to_optional_nbt_tag(self) -> Option<NbtTag>
Source§impl TryFrom<u32> for EnchantmentProviderKind
impl TryFrom<u32> for EnchantmentProviderKind
impl Copy for EnchantmentProviderKind
impl Eq for EnchantmentProviderKind
impl StructuralPartialEq for EnchantmentProviderKind
Auto Trait Implementations§
impl Freeze for EnchantmentProviderKind
impl RefUnwindSafe for EnchantmentProviderKind
impl Send for EnchantmentProviderKind
impl Sync for EnchantmentProviderKind
impl Unpin for EnchantmentProviderKind
impl UnwindSafe for EnchantmentProviderKind
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)