pub enum RedstoneSide {
Up,
Side,
None,
}Variants§
Trait Implementations§
Source§impl Clone for RedstoneSide
impl Clone for RedstoneSide
Source§fn clone(&self) -> RedstoneSide
fn clone(&self) -> RedstoneSide
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 RedstoneSide
impl Debug for RedstoneSide
Source§impl PartialEq for RedstoneSide
impl PartialEq for RedstoneSide
Source§fn eq(&self, other: &RedstoneSide) -> bool
fn eq(&self, other: &RedstoneSide) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PropertyEnum for RedstoneSide
impl PropertyEnum for RedstoneSide
impl StructuralPartialEq for RedstoneSide
Auto Trait Implementations§
impl Freeze for RedstoneSide
impl RefUnwindSafe for RedstoneSide
impl Send for RedstoneSide
impl Sync for RedstoneSide
impl Unpin for RedstoneSide
impl UnsafeUnpin for RedstoneSide
impl UnwindSafe for RedstoneSide
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