Enum azalea_block::AxisXZ
source · [−]pub enum AxisXZ {
X,
Z,
}Variants
X
Z
Trait Implementations
impl Copy for AxisXZ
Auto Trait Implementations
impl RefUnwindSafe for AxisXZ
impl Send for AxisXZ
impl Sync for AxisXZ
impl Unpin for AxisXZ
impl UnwindSafe for AxisXZ
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more