Enum minetest_protocol::wire::types::AlignStyle
source · pub enum AlignStyle {
Node,
World,
UserDefined,
}
Variants§
Trait Implementations§
source§impl Clone for AlignStyle
impl Clone for AlignStyle
source§fn clone(&self) -> AlignStyle
fn clone(&self) -> AlignStyle
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 AlignStyle
impl Debug for AlignStyle
source§impl Deserialize for AlignStyle
impl Deserialize for AlignStyle
fn deserialize(deser: &mut Deserializer<'_>) -> DeserializeResult<Self>
source§impl PartialEq<AlignStyle> for AlignStyle
impl PartialEq<AlignStyle> for AlignStyle
source§fn eq(&self, other: &AlignStyle) -> bool
fn eq(&self, other: &AlignStyle) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.