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