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