pub enum AttributeSlot {
Any,
MainHand,
OffHand,
Hand,
Feet,
Legs,
Chest,
Head,
Armor,
Body,
}Variants§
Trait Implementations§
Source§impl Clone for AttributeSlot
impl Clone for AttributeSlot
Source§fn clone(&self) -> AttributeSlot
fn clone(&self) -> AttributeSlot
Returns a duplicate 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 AttributeSlot
impl Debug for AttributeSlot
Source§impl<'a> Decode<'a> for AttributeSlot
impl<'a> Decode<'a> for AttributeSlot
Source§impl Encode for AttributeSlot
impl Encode for AttributeSlot
Source§impl PartialEq for AttributeSlot
impl PartialEq for AttributeSlot
impl StructuralPartialEq for AttributeSlot
Auto Trait Implementations§
impl Freeze for AttributeSlot
impl RefUnwindSafe for AttributeSlot
impl Send for AttributeSlot
impl Sync for AttributeSlot
impl Unpin for AttributeSlot
impl UnwindSafe for AttributeSlot
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