Struct mcfunction_debugger::parser::command::argument::minecraft::nbt::CompoundNbt
source · Tuple Fields§
§0: Map<String, Value>
Implementations§
Trait Implementations§
source§impl Clone for CompoundNbt
impl Clone for CompoundNbt
source§fn clone(&self) -> CompoundNbt
fn clone(&self) -> CompoundNbt
Returns a copy 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 CompoundNbt
impl Debug for CompoundNbt
source§impl PartialEq<CompoundNbt> for CompoundNbt
impl PartialEq<CompoundNbt> for CompoundNbt
source§fn eq(&self, other: &CompoundNbt) -> bool
fn eq(&self, other: &CompoundNbt) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.