pub enum ConsumableAnimation {
None,
Eat,
Drink,
Block,
Bow,
Spear,
Crossbow,
Spyglass,
TootHorn,
Brush,
}Variants§
Trait Implementations§
Source§impl Clone for ConsumableAnimation
impl Clone for ConsumableAnimation
Source§fn clone(&self) -> ConsumableAnimation
fn clone(&self) -> ConsumableAnimation
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 ConsumableAnimation
impl Debug for ConsumableAnimation
Source§impl<'a> Decode<'a> for ConsumableAnimation
impl<'a> Decode<'a> for ConsumableAnimation
Source§impl Encode for ConsumableAnimation
impl Encode for ConsumableAnimation
Source§impl PartialEq for ConsumableAnimation
impl PartialEq for ConsumableAnimation
impl StructuralPartialEq for ConsumableAnimation
Auto Trait Implementations§
impl Freeze for ConsumableAnimation
impl RefUnwindSafe for ConsumableAnimation
impl Send for ConsumableAnimation
impl Sync for ConsumableAnimation
impl Unpin for ConsumableAnimation
impl UnwindSafe for ConsumableAnimation
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