pub enum IngredientType {
Item,
Fluid,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for IngredientType
impl Clone for IngredientType
Source§fn clone(&self) -> IngredientType
fn clone(&self) -> IngredientType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for IngredientType
Source§impl Debug for IngredientType
impl Debug for IngredientType
Source§impl Default for IngredientType
impl Default for IngredientType
impl Eq for IngredientType
Source§impl From<IngredientType> for LuaAny
impl From<IngredientType> for LuaAny
Source§fn from(_: IngredientType) -> Self
fn from(_: IngredientType) -> Self
Converts to this type from the input type.
Source§impl From<IngredientType> for &'static str
impl From<IngredientType> for &'static str
Source§fn from(value: IngredientType) -> Self
fn from(value: IngredientType) -> Self
Converts to this type from the input type.
Source§impl Hash for IngredientType
impl Hash for IngredientType
Source§impl PartialEq for IngredientType
impl PartialEq for IngredientType
Source§impl PartialEq<&str> for IngredientType
impl PartialEq<&str> for IngredientType
Source§impl PartialEq<IngredientType> for &str
impl PartialEq<IngredientType> for &str
impl StructuralPartialEq for IngredientType
Auto Trait Implementations§
impl Freeze for IngredientType
impl RefUnwindSafe for IngredientType
impl Send for IngredientType
impl Sync for IngredientType
impl Unpin for IngredientType
impl UnsafeUnpin for IngredientType
impl UnwindSafe for IngredientType
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