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