Struct mcfunction_debugger::parser::command::argument::minecraft::nbt::MinecraftNbtPath
source · pub struct MinecraftNbtPath<'l>(_);
Implementations§
Trait Implementations§
source§impl<'l> Clone for MinecraftNbtPath<'l>
impl<'l> Clone for MinecraftNbtPath<'l>
source§fn clone(&self) -> MinecraftNbtPath<'l>
fn clone(&self) -> MinecraftNbtPath<'l>
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<'l> Debug for MinecraftNbtPath<'l>
impl<'l> Debug for MinecraftNbtPath<'l>
source§impl<'l> PartialEq<MinecraftNbtPath<'l>> for MinecraftNbtPath<'l>
impl<'l> PartialEq<MinecraftNbtPath<'l>> for MinecraftNbtPath<'l>
source§fn eq(&self, other: &MinecraftNbtPath<'l>) -> bool
fn eq(&self, other: &MinecraftNbtPath<'l>) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.