Enum minecraft_data::pos_rule_test
source · #[repr(u8)]pub enum pos_rule_test {
always_true = 0,
linear_pos = 1,
axis_aligned_linear_pos = 2,
}Variants§
Implementations§
Trait Implementations§
source§impl Clone for pos_rule_test
impl Clone for pos_rule_test
source§fn clone(&self) -> pos_rule_test
fn clone(&self) -> pos_rule_test
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 pos_rule_test
impl Debug for pos_rule_test
source§impl Display for pos_rule_test
impl Display for pos_rule_test
source§impl Hash for pos_rule_test
impl Hash for pos_rule_test
source§impl PartialEq for pos_rule_test
impl PartialEq for pos_rule_test
source§fn eq(&self, other: &pos_rule_test) -> bool
fn eq(&self, other: &pos_rule_test) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Write for pos_rule_test
impl Write for pos_rule_test
impl Copy for pos_rule_test
impl Eq for pos_rule_test
impl StructuralEq for pos_rule_test
impl StructuralPartialEq for pos_rule_test
Auto Trait Implementations§
impl RefUnwindSafe for pos_rule_test
impl Send for pos_rule_test
impl Sync for pos_rule_test
impl Unpin for pos_rule_test
impl UnwindSafe for pos_rule_test
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more