Enum azalea_block::WireEast
source · [−]pub enum WireEast {
Up,
Side,
None,
}Variants
Up
Side
None
Trait Implementations
impl Copy for WireEast
Auto Trait Implementations
impl RefUnwindSafe for WireEast
impl Send for WireEast
impl Sync for WireEast
impl Unpin for WireEast
impl UnwindSafe for WireEast
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