[][src]Enum basin2_data::blocks::West

pub enum West {
    Up,
    Side,
    None,
}

Variants

Up
Side
None

Trait Implementations

impl BlockStateProperty<West> for West[src]

impl Cenum for West[src]

impl Clone for West[src]

impl Copy for West[src]

impl Debug for West[src]

impl Default for West[src]

impl Eq for West[src]

impl Hash for West[src]

impl PartialEq<West> for West[src]

impl StructuralEq for West[src]

impl StructuralPartialEq for West[src]

impl ToPrimitive for West[src]

Auto Trait Implementations

impl RefUnwindSafe for West

impl Send for West

impl Sync for West

impl Unpin for West

impl UnwindSafe for West

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.