[][src]Enum basin2_data::blocks::South

pub enum South {
    Up,
    Side,
    None,
}

Variants

Up
Side
None

Trait Implementations

impl BlockStateProperty<South> for South[src]

impl Cenum for South[src]

impl Clone for South[src]

impl Copy for South[src]

impl Debug for South[src]

impl Default for South[src]

impl Eq for South[src]

impl Hash for South[src]

impl PartialEq<South> for South[src]

impl StructuralEq for South[src]

impl StructuralPartialEq for South[src]

impl ToPrimitive for South[src]

Auto Trait Implementations

impl RefUnwindSafe for South

impl Send for South

impl Sync for South

impl Unpin for South

impl UnwindSafe for South

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.