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