pub enum MinecraftEntityAnchor {
EYES,
FEET,
}
Variants§
Trait Implementations§
source§impl Clone for MinecraftEntityAnchor
impl Clone for MinecraftEntityAnchor
source§fn clone(&self) -> MinecraftEntityAnchor
fn clone(&self) -> MinecraftEntityAnchor
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 MinecraftEntityAnchor
impl Debug for MinecraftEntityAnchor
source§impl PartialEq<MinecraftEntityAnchor> for MinecraftEntityAnchor
impl PartialEq<MinecraftEntityAnchor> for MinecraftEntityAnchor
source§fn eq(&self, other: &MinecraftEntityAnchor) -> bool
fn eq(&self, other: &MinecraftEntityAnchor) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for MinecraftEntityAnchor
impl Eq for MinecraftEntityAnchor
impl StructuralEq for MinecraftEntityAnchor
impl StructuralPartialEq for MinecraftEntityAnchor
Auto Trait Implementations§
impl RefUnwindSafe for MinecraftEntityAnchor
impl Send for MinecraftEntityAnchor
impl Sync for MinecraftEntityAnchor
impl Unpin for MinecraftEntityAnchor
impl UnwindSafe for MinecraftEntityAnchor
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.