#[repr(u32)]pub enum NumberFormatKind {
Blank = 0,
Styled = 1,
Fixed = 2,
}
Variants§
Implementations§
Source§impl NumberFormatKind
impl NumberFormatKind
pub fn read_from_id( buf: &mut Cursor<&[u8]>, id: u32, ) -> Result<Self, BufReadError>
Source§impl NumberFormatKind
impl NumberFormatKind
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 NumberFormatKind
impl Clone for NumberFormatKind
Source§fn clone(&self) -> NumberFormatKind
fn clone(&self) -> NumberFormatKind
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 NumberFormatKind
impl Debug for NumberFormatKind
Source§impl<'de> Deserialize<'de> for NumberFormatKind
impl<'de> Deserialize<'de> for NumberFormatKind
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 NumberFormatKind
impl Display for NumberFormatKind
Source§impl FromNbtTag for NumberFormatKind
impl FromNbtTag for NumberFormatKind
fn from_nbt_tag(tag: NbtTag<'_, '_>) -> Option<Self>
fn from_optional_nbt_tag( tag: Option<NbtTag<'_, '_>>, ) -> Result<Option<Self>, DeserializeError>
Source§impl FromStr for NumberFormatKind
impl FromStr for NumberFormatKind
Source§impl Hash for NumberFormatKind
impl Hash for NumberFormatKind
Source§impl McBufReadable for NumberFormatKind
impl McBufReadable for NumberFormatKind
Source§impl McBufWritable for NumberFormatKind
impl McBufWritable for NumberFormatKind
Source§impl PartialEq for NumberFormatKind
impl PartialEq for NumberFormatKind
Source§impl Registry for NumberFormatKind
impl Registry for NumberFormatKind
Source§impl Serialize for NumberFormatKind
impl Serialize for NumberFormatKind
Source§impl ToNbtTag for NumberFormatKind
impl ToNbtTag for NumberFormatKind
fn to_nbt_tag(self) -> NbtTag
fn to_optional_nbt_tag(self) -> Option<NbtTag>
Source§impl TryFrom<u32> for NumberFormatKind
impl TryFrom<u32> for NumberFormatKind
impl Copy for NumberFormatKind
impl Eq for NumberFormatKind
impl StructuralPartialEq for NumberFormatKind
Auto Trait Implementations§
impl Freeze for NumberFormatKind
impl RefUnwindSafe for NumberFormatKind
impl Send for NumberFormatKind
impl Sync for NumberFormatKind
impl Unpin for NumberFormatKind
impl UnwindSafe for NumberFormatKind
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
)