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