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