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