pub struct PlayCraftRecipeResponseSpec {
pub window_id: u8,
pub recipe: String,
}Fields§
§window_id: u8§recipe: StringTrait Implementations§
Source§impl Clone for PlayCraftRecipeResponseSpec
impl Clone for PlayCraftRecipeResponseSpec
Source§fn clone(&self) -> PlayCraftRecipeResponseSpec
fn clone(&self) -> PlayCraftRecipeResponseSpec
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 PlayCraftRecipeResponseSpec
impl Debug for PlayCraftRecipeResponseSpec
Source§impl Deserialize for PlayCraftRecipeResponseSpec
impl Deserialize for PlayCraftRecipeResponseSpec
fn mc_deserialize(_rest: &[u8]) -> DeserializeResult<'_, Self>
Source§impl From<PlayCraftRecipeResponseSpec> for (u8, String)
impl From<PlayCraftRecipeResponseSpec> for (u8, String)
Source§fn from(other: PlayCraftRecipeResponseSpec) -> Self
fn from(other: PlayCraftRecipeResponseSpec) -> Self
Converts to this type from the input type.
Source§impl Serialize for PlayCraftRecipeResponseSpec
impl Serialize for PlayCraftRecipeResponseSpec
fn mc_serialize<S: Serializer>(&self, to: &mut S) -> SerializeResult
impl StructuralPartialEq for PlayCraftRecipeResponseSpec
Auto Trait Implementations§
impl Freeze for PlayCraftRecipeResponseSpec
impl RefUnwindSafe for PlayCraftRecipeResponseSpec
impl Send for PlayCraftRecipeResponseSpec
impl Sync for PlayCraftRecipeResponseSpec
impl Unpin for PlayCraftRecipeResponseSpec
impl UnwindSafe for PlayCraftRecipeResponseSpec
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