Struct mcfunction_debugger::parser::command::argument::minecraft::entity::InvertableString
source · pub struct InvertableString<'l> { /* private fields */ }
Trait Implementations§
source§impl<'l> Clone for InvertableString<'l>
impl<'l> Clone for InvertableString<'l>
source§fn clone(&self) -> InvertableString<'l>
fn clone(&self) -> InvertableString<'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 InvertableString<'l>
impl<'l> Debug for InvertableString<'l>
source§impl<'l> PartialEq<InvertableString<'l>> for InvertableString<'l>
impl<'l> PartialEq<InvertableString<'l>> for InvertableString<'l>
source§fn eq(&self, other: &InvertableString<'l>) -> bool
fn eq(&self, other: &InvertableString<'l>) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl<'l> Eq for InvertableString<'l>
impl<'l> StructuralEq for InvertableString<'l>
impl<'l> StructuralPartialEq for InvertableString<'l>
Auto Trait Implementations§
impl<'l> RefUnwindSafe for InvertableString<'l>
impl<'l> Send for InvertableString<'l>
impl<'l> Sync for InvertableString<'l>
impl<'l> Unpin for InvertableString<'l>
impl<'l> UnwindSafe for InvertableString<'l>
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.