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