pub struct Enchantment { /* private fields */ }
Trait Implementations§
Source§impl AzaleaRead for Enchantment
impl AzaleaRead for Enchantment
fn azalea_read(buf: &mut Cursor<&[u8]>) -> Result<Self, BufReadError>
Source§impl AzaleaWrite for Enchantment
impl AzaleaWrite for Enchantment
Source§impl Clone for Enchantment
impl Clone for Enchantment
Source§fn clone(&self) -> Enchantment
fn clone(&self) -> Enchantment
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 DataRegistry for Enchantment
impl DataRegistry for Enchantment
Source§impl Debug for Enchantment
impl Debug for Enchantment
Source§impl Hash for Enchantment
impl Hash for Enchantment
Source§impl PartialEq for Enchantment
impl PartialEq for Enchantment
impl Copy for Enchantment
impl Eq for Enchantment
impl StructuralPartialEq for Enchantment
Auto Trait Implementations§
impl Freeze for Enchantment
impl RefUnwindSafe for Enchantment
impl Send for Enchantment
impl Sync for Enchantment
impl Unpin for Enchantment
impl UnwindSafe for Enchantment
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