pub struct Recipes { /* private fields */ }
Expand description
Contains ids of all player discovered recipes. Details about a particular recipe can be obtained from the v1/recipe_details resource.
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Recipes
impl<'de> Deserialize<'de> for Recipes
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
impl StructuralPartialEq for Recipes
Auto Trait Implementations§
impl Freeze for Recipes
impl RefUnwindSafe for Recipes
impl Send for Recipes
impl Sync for Recipes
impl Unpin for Recipes
impl UnwindSafe for Recipes
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